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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
jjtAccept
(SyntaxTreeBuilderVisitor visitor, 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
-
Field Details
-
inverse
private boolean inverse
-
-
Constructor Details
-
ASTPathElt
public ASTPathElt(int id) -
ASTPathElt
-
-
Method Details
-
jjtAccept
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
-