org.openrdf.query.parser.serql.ast
Class ASTBooleanExpr
java.lang.Object
org.openrdf.query.parser.serql.ast.SimpleNode
org.openrdf.query.parser.serql.ast.ASTBooleanExpr
- All Implemented Interfaces:
- Node
- Direct Known Subclasses:
- ASTAnd, ASTBooleanConstant, ASTBound, ASTCompare, ASTCompareAll, ASTCompareAny, ASTExists, ASTIn, ASTIsBNode, ASTIsLiteral, ASTIsResource, ASTIsURI, ASTLike, ASTNot, ASTOr
public abstract class ASTBooleanExpr
- extends SimpleNode
| 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 |
ASTBooleanExpr
public ASTBooleanExpr(int i)
ASTBooleanExpr
public ASTBooleanExpr(SyntaxTreeBuilder p,
int i)
Copyright © 2001-2008 Aduna. All Rights Reserved.