Class ASTMove
java.lang.Object
org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
org.eclipse.rdf4j.query.parser.sparql.ast.ASTOperation
org.eclipse.rdf4j.query.parser.sparql.ast.ASTUpdate
org.eclipse.rdf4j.query.parser.sparql.ast.ASTMove
- All Implemented Interfaces:
Node
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ASTOperation
getDatasetClauseList, getWhereClauseMethods 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
-
Field Details
-
silent
private boolean silent
-
-
Constructor Details
-
ASTMove
public ASTMove(int id) -
ASTMove
-
-
Method Details
-
jjtAccept
Accept the visitor.- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classSimpleNode- Throws:
VisitorException
-
setSilent
public void setSilent(boolean silent) -
isSilent
public boolean isSilent()
-