org.openrdf.query.parser.sparql.ast
Class ASTOperationContainer

java.lang.Object
  extended by org.openrdf.query.parser.sparql.ast.SimpleNode
      extended by org.openrdf.query.parser.sparql.ast.ASTOperationContainer
All Implemented Interfaces:
Node
Direct Known Subclasses:
ASTQueryContainer, ASTUpdateContainer

public abstract class ASTOperationContainer
extends SimpleNode

Abstract supertype of ASTQueryContainer and ASTUpdateContainer

Author:
Jeen Broekstra

Field Summary
 
Fields inherited from class org.openrdf.query.parser.sparql.ast.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTOperationContainer(int id)
           
ASTOperationContainer(SyntaxTreeBuilder p, int id)
           
 
Method Summary
 ASTBaseDecl getBaseDecl()
           
 ASTOperation getOperation()
           
 List<ASTPrefixDecl> getPrefixDeclList()
           
abstract  String getSourceString()
           
abstract  void setSourceString(String source)
           
 
Methods inherited from class org.openrdf.query.parser.sparql.ast.SimpleNode
childrenAccept, dump, dump, jjtAccept, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtInsertChild, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTOperationContainer

public ASTOperationContainer(int id)
Parameters:
id -

ASTOperationContainer

public ASTOperationContainer(SyntaxTreeBuilder p,
                             int id)
Method Detail

getBaseDecl

public ASTBaseDecl getBaseDecl()

getOperation

public ASTOperation getOperation()

getPrefixDeclList

public List<ASTPrefixDecl> getPrefixDeclList()

setSourceString

public abstract void setSourceString(String source)

getSourceString

public abstract String getSourceString()


Copyright © 2001-2012 Aduna. All Rights Reserved.