Class ASTPathElt
- java.lang.Object
-
- org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
-
- org.eclipse.rdf4j.query.parser.sparql.ast.ASTPathElt
-
- All Implemented Interfaces:
Node
public class ASTPathElt extends SimpleNode
-
-
Constructor Summary
Constructors Constructor Description ASTPathElt(int id)
ASTPathElt(SyntaxTreeBuilder p, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ASTPathMod
getPathMod()
boolean
isInverse()
boolean
isNegatedPropertySet()
boolean
isNestedPath()
java.lang.Object
jjtAccept(SyntaxTreeBuilderVisitor visitor, java.lang.Object data)
Accept the visitor.void
setInverse(boolean inverse)
-
Methods inherited from class org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
childrenAccept, dump, getId, isScopeChange, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, jjtSetValue, setScopeChange, toString, toString
-
-
-
-
Constructor Detail
-
ASTPathElt
public ASTPathElt(int id)
-
ASTPathElt
public ASTPathElt(SyntaxTreeBuilder p, int id)
-
-
Method Detail
-
jjtAccept
public java.lang.Object jjtAccept(SyntaxTreeBuilderVisitor visitor, java.lang.Object data) throws VisitorException
Accept the visitor.- Specified by:
jjtAccept
in interfaceNode
- Overrides:
jjtAccept
in classSimpleNode
- Throws:
VisitorException
-
setInverse
public void setInverse(boolean inverse)
-
isInverse
public boolean isInverse()
-
isNegatedPropertySet
public boolean isNegatedPropertySet()
-
isNestedPath
public boolean isNestedPath()
-
getPathMod
public ASTPathMod getPathMod()
-
-