Class ASTNow
java.lang.Object
org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
org.eclipse.rdf4j.query.parser.sparql.ast.ASTNow
- All Implemented Interfaces:
 Node
- 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionjjtAccept(SyntaxTreeBuilderVisitor visitor, Object data) Accept the visitor.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
- 
ASTNow
public ASTNow(int id)  - 
ASTNow
 
 - 
 - 
Method Details
- 
jjtAccept
Accept the visitor.- Specified by:
 jjtAcceptin interfaceNode- Overrides:
 jjtAcceptin classSimpleNode- Throws:
 VisitorException
 
 -