org.openrdf.query.parser.serql.ast
Class ASTGraphQuerySet

java.lang.Object
  extended by org.openrdf.query.parser.serql.ast.SimpleNode
      extended by org.openrdf.query.parser.serql.ast.ASTQuery
          extended by org.openrdf.query.parser.serql.ast.ASTGraphQuery
              extended by org.openrdf.query.parser.serql.ast.ASTGraphQuerySet
All Implemented Interfaces:
Node
Direct Known Subclasses:
ASTGraphIntersect, ASTGraphMinus, ASTGraphUnion

public abstract class ASTGraphQuerySet
extends ASTGraphQuery


Field Summary
 
Fields inherited from class org.openrdf.query.parser.serql.ast.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTGraphQuerySet(int i)
           
ASTGraphQuerySet(SyntaxTreeBuilder p, int i)
           
 
Method Summary
 ASTGraphQuery getLeftArg()
           
 ASTGraphQuery getRightArg()
           
 
Methods inherited from class org.openrdf.query.parser.serql.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

ASTGraphQuerySet

public ASTGraphQuerySet(int i)

ASTGraphQuerySet

public ASTGraphQuerySet(SyntaxTreeBuilder p,
                        int i)
Method Detail

getLeftArg

public ASTGraphQuery getLeftArg()

getRightArg

public ASTGraphQuery getRightArg()


Copyright © 2001-2008 Aduna. All Rights Reserved.