Class ASTUpdateContainer
- java.lang.Object
- 
- org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
- 
- org.eclipse.rdf4j.query.parser.sparql.ast.ASTOperationContainer
- 
- org.eclipse.rdf4j.query.parser.sparql.ast.ASTUpdateContainer
 
 
 
- 
- All Implemented Interfaces:
- Node
 
 public class ASTUpdateContainer extends ASTOperationContainer 
- 
- 
Constructor SummaryConstructors Constructor Description ASTUpdateContainer(int id)ASTUpdateContainer(SyntaxTreeBuilder p, int id)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSourceString()ASTUpdategetUpdate()ObjectjjtAccept(SyntaxTreeBuilderVisitor visitor, Object data)Accept the visitor.voidsetSourceString(String source)- 
Methods inherited from class org.eclipse.rdf4j.query.parser.sparql.ast.ASTOperationContainergetBaseDecl, getOperation, getPrefixDeclList
 - 
Methods inherited from class org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNodechildrenAccept, dump, getId, isScopeChange, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, jjtSetValue, setScopeChange, toString, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ASTUpdateContainerpublic ASTUpdateContainer(int id) 
 - 
ASTUpdateContainerpublic ASTUpdateContainer(SyntaxTreeBuilder p, int id) 
 
- 
 - 
Method Detail- 
jjtAcceptpublic Object jjtAccept(SyntaxTreeBuilderVisitor visitor, Object data) throws VisitorException Accept the visitor.- Specified by:
- jjtAcceptin interface- Node
- Overrides:
- jjtAcceptin class- SimpleNode
- Throws:
- VisitorException
 
 - 
setSourceStringpublic void setSourceString(String source) - Specified by:
- setSourceStringin class- ASTOperationContainer
 
 - 
getSourceStringpublic String getSourceString() - Specified by:
- getSourceStringin class- ASTOperationContainer
 
 - 
getUpdatepublic ASTUpdate getUpdate() 
 
- 
 
-