parser
Class AST_ExprValue

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

public class AST_ExprValue
extends SimpleNode

Value (simple expression), or operand (in a WHERE cluase).


Field Summary
protected  int type
          AttrType of the value/operand.
protected  java.lang.Object value
          Parsed value of the value/operand.
 
Fields inherited from class parser.SimpleNode
children, id, parent, parser
 
Constructor Summary
AST_ExprValue(int id)
           
AST_ExprValue(MiniSql p, int id)
           
 
Method Summary
 
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

type

protected int type
AttrType of the value/operand.


value

protected java.lang.Object value
Parsed value of the value/operand.

Constructor Detail

AST_ExprValue

public AST_ExprValue(int id)

AST_ExprValue

public AST_ExprValue(MiniSql p,
                     int id)