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
public class ASTPathMod extends SimpleNode
-
-
Field Summary
Fields Modifier and Type Field Description private long
lowerBound
private long
upperBound
-
Constructor Summary
Constructors Constructor Description ASTPathMod(int id)
ASTPathMod(SyntaxTreeBuilder p, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getLowerBound()
long
getUpperBound()
java.lang.Object
jjtAccept(SyntaxTreeBuilderVisitor visitor, java.lang.Object data)
Accept the visitor.void
setLowerBound(long lowerBound)
void
setUpperBound(long upperBound)
-
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
-
ASTPathMod
public ASTPathMod(int id)
-
ASTPathMod
public ASTPathMod(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
-
setLowerBound
public void setLowerBound(long lowerBound)
-
getLowerBound
public long getLowerBound()
-
setUpperBound
public void setUpperBound(long upperBound)
-
getUpperBound
public long getUpperBound()
-
-