|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectparser.SimpleNode
parser.AST_OrExpr
public class AST_OrExpr
AST node for OR expressions in WHERE clauses.
Field Summary |
---|
Fields inherited from class parser.SimpleNode |
---|
children, id, parent, parser |
Constructor Summary | |
---|---|
AST_OrExpr(int id)
|
|
AST_OrExpr(MiniSql p,
int id)
|
Method Summary | |
---|---|
protected Predicate[][] |
getCNF()
Returns the CNF version of the expression rooted at this node. |
Methods inherited from class parser.SimpleNode |
---|
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AST_OrExpr(int id)
public AST_OrExpr(MiniSql p, int id)
Method Detail |
---|
protected Predicate[][] getCNF()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |