org.openrdf.query.parser.serql.ast
Class ASTGraphQuerySet
java.lang.Object
org.openrdf.query.parser.serql.ast.SimpleNode
org.openrdf.query.parser.serql.ast.ASTQuery
org.openrdf.query.parser.serql.ast.ASTGraphQuery
org.openrdf.query.parser.serql.ast.ASTGraphQuerySet
- All Implemented Interfaces:
- Node
- Direct Known Subclasses:
- ASTGraphIntersect, ASTGraphMinus, ASTGraphUnion
public abstract class ASTGraphQuerySet
- extends ASTGraphQuery
| 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 |
ASTGraphQuerySet
public ASTGraphQuerySet(int i)
ASTGraphQuerySet
public ASTGraphQuerySet(SyntaxTreeBuilder p,
int i)
getLeftArg
public ASTGraphQuery getLeftArg()
getRightArg
public ASTGraphQuery getRightArg()
Copyright © 2001-2008 Aduna. All Rights Reserved.