Class ASTUpdate
- 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
-
- All Implemented Interfaces:
Node
- Direct Known Subclasses:
ASTAdd
,ASTClear
,ASTCopy
,ASTCreate
,ASTDeleteData
,ASTDeleteWhere
,ASTDrop
,ASTInsertData
,ASTLoad
,ASTModify
,ASTMove
public abstract class ASTUpdate extends ASTOperation
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ASTUpdate(int id)
protected
ASTUpdate(SyntaxTreeBuilder p, int id)
-
Method Summary
-
Methods inherited from class org.eclipse.rdf4j.query.parser.sparql.ast.ASTOperation
getDatasetClauseList, getWhereClause
-
Methods inherited from class org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
childrenAccept, dump, getId, isScopeChange, jjtAccept, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, jjtSetValue, setScopeChange, toString, toString
-
-
-
-
Constructor Detail
-
ASTUpdate
protected ASTUpdate(int id)
- Parameters:
id
-
-
ASTUpdate
protected ASTUpdate(SyntaxTreeBuilder p, int id)
-
-