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

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.ASTTupleQuery
              extended by org.openrdf.query.parser.serql.ast.ASTTupleQuerySet
All Implemented Interfaces:
Node
Direct Known Subclasses:
ASTTupleIntersect, ASTTupleMinus, ASTTupleUnion

public abstract class ASTTupleQuerySet
extends ASTTupleQuery


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

ASTTupleQuerySet

public ASTTupleQuerySet(int i)

ASTTupleQuerySet

public ASTTupleQuerySet(SyntaxTreeBuilder p,
                        int i)
Method Detail

getLeftArg

public ASTTupleQuery getLeftArg()

getRightArg

public ASTTupleQuery getRightArg()


Copyright © 2001-2009 Aduna. All Rights Reserved.