Class Node_Expr

  • All Implemented Interfaces:
    Serializable

    public class Node_Expr
    extends Node_Extended
    The class of expression nodes of type ?{ <expr> }, or ${ <expr> }. They can be used anywhere variables are legal, and they bind a (implicit) variable to the given SPARQL expression.
    Author:
    Maxime Lefrançois
    See Also:
    Serialized Form
    • Constructor Detail

      • Node_Expr

        public Node_Expr​(Expr expr)
        Constructor
        Parameters:
        expr - The SPARQL expression specified in this node.
    • Method Detail

      • getExpr

        public Expr getExpr()
        The SPARQL expression specified in this node.
        Returns:
      • equals

        public boolean equals​(Object o)
        Specified by:
        equals in class Node
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Node