Class ASTLimit
- java.lang.Object
-
- org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
-
- org.eclipse.rdf4j.query.parser.sparql.ast.ASTLimit
-
- All Implemented Interfaces:
Node
public class ASTLimit extends SimpleNode
-
-
Constructor Summary
Constructors Constructor Description ASTLimit(int id)ASTLimit(SyntaxTreeBuilder p, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetValue()java.lang.ObjectjjtAccept(SyntaxTreeBuilderVisitor visitor, java.lang.Object data)Accept the visitor.voidsetValue(long value)java.lang.StringtoString()-
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
-
-
-
-
Constructor Detail
-
ASTLimit
public ASTLimit(int id)
-
ASTLimit
public ASTLimit(SyntaxTreeBuilder p, int id)
-
-
Method Detail
-
jjtAccept
public java.lang.Object jjtAccept(SyntaxTreeBuilderVisitor visitor, java.lang.Object data) throws VisitorException
Description copied from class:SimpleNodeAccept the visitor.- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classSimpleNode- Throws:
VisitorException
-
getValue
public long getValue()
-
setValue
public void setValue(long value)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classSimpleNode
-
-