Class ASTPathMod
java.lang.Object
org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
org.eclipse.rdf4j.query.parser.sparql.ast.ASTPathMod
- All Implemented Interfaces:
 Node
- 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionlonglongjjtAccept(SyntaxTreeBuilderVisitor visitor, Object data) Accept the visitor.voidsetLowerBound(long lowerBound) voidsetUpperBound(long upperBound) 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 
- 
Constructor Details
- 
ASTPathMod
public ASTPathMod(int id)  - 
ASTPathMod
 
 - 
 - 
Method Details
- 
jjtAccept
Accept the visitor.- Specified by:
 jjtAcceptin interfaceNode- Overrides:
 jjtAcceptin classSimpleNode- Throws:
 VisitorException
 - 
setLowerBound
public void setLowerBound(long lowerBound)  - 
getLowerBound
public long getLowerBound() - 
setUpperBound
public void setUpperBound(long upperBound)  - 
getUpperBound
public long getUpperBound() 
 -