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

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

public class ASTQueryContainer
extends ASTOperationContainer


Field Summary
 
Fields inherited from class org.openrdf.query.parser.sparql.ast.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTQueryContainer(int id)
           
ASTQueryContainer(SyntaxTreeBuilder p, int id)
           
 
Method Summary
 boolean containsQuery()
           
 ASTQuery getQuery()
           
 String getSourceString()
           
 Object jjtAccept(SyntaxTreeBuilderVisitor visitor, Object data)
          Accept the visitor.
 void setSourceString(String source)
           
 
Methods inherited from class org.openrdf.query.parser.sparql.ast.ASTOperationContainer
getBaseDecl, getOperation, getPrefixDeclList
 
Methods inherited from class org.openrdf.query.parser.sparql.ast.SimpleNode
childrenAccept, dump, dump, 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

ASTQueryContainer

public ASTQueryContainer(int id)

ASTQueryContainer

public ASTQueryContainer(SyntaxTreeBuilder p,
                         int id)
Method Detail

jjtAccept

public Object jjtAccept(SyntaxTreeBuilderVisitor visitor,
                        Object data)
                 throws VisitorException
Description copied from interface: Node
Accept the visitor.

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode
Throws:
VisitorException

containsQuery

public boolean containsQuery()

getQuery

public ASTQuery getQuery()

setSourceString

public void setSourceString(String source)
Specified by:
setSourceString in class ASTOperationContainer

getSourceString

public String getSourceString()
Specified by:
getSourceString in class ASTOperationContainer


Copyright © 2001-2012 Aduna. All Rights Reserved.