|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectparser.SimpleNode
parser.AST_ExprPred
public class AST_ExprPred
Expression predicate in a WHERE clause.
Field Summary | |
---|---|
protected int |
oper
AttrOperator value of the predicate. |
Fields inherited from class parser.SimpleNode |
---|
children, id, parent, parser |
Constructor Summary | |
---|---|
AST_ExprPred(int id)
|
|
AST_ExprPred(MiniSql p,
int id)
|
Method Summary | |
---|---|
protected Predicate |
getPredicate()
Returns the predicate form of this AST 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 |
Field Detail |
---|
protected int oper
Constructor Detail |
---|
public AST_ExprPred(int id)
public AST_ExprPred(MiniSql p, int id)
Method Detail |
---|
protected Predicate getPredicate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |