parser
Class AST_AndExpr

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

public class AST_AndExpr
extends SimpleNode

AST node for AND expressions in WHERE clauses.


Field Summary
 
Fields inherited from class parser.SimpleNode
children, id, parent, parser
 
Constructor Summary
AST_AndExpr(int id)
           
AST_AndExpr(MiniSql p, int id)
           
 
Method Summary
protected  Predicate[] getPredicates()
          Returns all predicates "AND-ed" 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_AndExpr

public AST_AndExpr(int id)

AST_AndExpr

public AST_AndExpr(MiniSql p,
                   int id)
Method Detail

getPredicates

protected Predicate[] getPredicates()
Returns all predicates "AND-ed" at this node.