parser
Class AST_ExprPred

java.lang.Object
  extended by parser.SimpleNode
      extended by parser.AST_ExprPred
All Implemented Interfaces:
Node

public class AST_ExprPred
extends SimpleNode

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

oper

protected int oper
AttrOperator value of the predicate.

Constructor Detail

AST_ExprPred

public AST_ExprPred(int id)

AST_ExprPred

public AST_ExprPred(MiniSql p,
                    int id)
Method Detail

getPredicate

protected Predicate getPredicate()
Returns the predicate form of this AST node.