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 TypeMethodDescriptionbooleanbooleanbooleanjjtAccept(SyntaxTreeBuilderVisitor visitor, Object data) Accept the visitor.voidsetInverse(boolean inverse) Methods inherited from class 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:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classSimpleNode- Throws:
VisitorException
-
setInverse
public void setInverse(boolean inverse) -
isInverse
public boolean isInverse() -
isNegatedPropertySet
public boolean isNegatedPropertySet() -
isNestedPath
public boolean isNestedPath() -
getPathMod
-