|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectparser.SimpleNode
parser.AST_ExprValue
public class AST_ExprValue
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 |
|---|
protected int type
protected java.lang.Object value
| Constructor Detail |
|---|
public AST_ExprValue(int id)
public AST_ExprValue(MiniSql p,
int id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||