parser
Class AST_OrExpr

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

public class AST_OrExpr
extends SimpleNode

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

AST_OrExpr

public AST_OrExpr(int id)

AST_OrExpr

public AST_OrExpr(MiniSql p,
                  int id)
Method Detail

getCNF

protected Predicate[][] getCNF()
Returns the CNF version of the expression rooted at this node.