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 ASTPathModgetPathMod()booleanisInverse()booleanisNegatedPropertySet()booleanisNestedPath()java.lang.ObjectjjtAccept(SyntaxTreeBuilderVisitor visitor, java.lang.Object data)Accept the visitor.voidsetInverse(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:
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
public ASTPathMod getPathMod()
-
-