Class ASTOperationContainer
- java.lang.Object
-
- org.eclipse.rdf4j.query.parser.sparql.ast.SimpleNode
-
- org.eclipse.rdf4j.query.parser.sparql.ast.ASTOperationContainer
-
- All Implemented Interfaces:
Node
- Direct Known Subclasses:
ASTQueryContainer
,ASTUpdateContainer
public abstract class ASTOperationContainer extends SimpleNode
Abstract supertype ofASTQueryContainer
andASTUpdateContainer
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ASTOperationContainer(int id)
protected
ASTOperationContainer(SyntaxTreeBuilder p, int id)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description ASTBaseDecl
getBaseDecl()
ASTOperation
getOperation()
java.util.List<ASTPrefixDecl>
getPrefixDeclList()
abstract java.lang.String
getSourceString()
abstract void
setSourceString(java.lang.String source)
-
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
-
ASTOperationContainer
protected ASTOperationContainer(int id)
- Parameters:
id
-
-
ASTOperationContainer
protected ASTOperationContainer(SyntaxTreeBuilder p, int id)
-
-
Method Detail
-
getBaseDecl
public ASTBaseDecl getBaseDecl()
-
getOperation
public ASTOperation getOperation()
-
getPrefixDeclList
public java.util.List<ASTPrefixDecl> getPrefixDeclList()
-
setSourceString
public abstract void setSourceString(java.lang.String source)
-
getSourceString
public abstract java.lang.String getSourceString()
-
-