|
ElegantJ Data Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.elegantj.data.parser.node.VarNode
The VarNode class represents the parsed expression node for the variable
| Constructor Summary | |
VarNode(java.lang.String symIdent_in,
SymbolTable symTab_in)
Creates a VarNode with specified identifier and the symbol table |
|
| Method Summary | |
java.lang.String |
getSymIdent()
Returns the node identifier |
java.lang.Object |
getValue()
Returns the node value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public VarNode(java.lang.String symIdent_in,
SymbolTable symTab_in)
symIdent_in - the node identifiersymTab_in - the symbol table| Method Detail |
public java.lang.String getSymIdent()
public java.lang.Object getValue()
throws ParserException
getValue in interface NodeParserException
|
ElegantJ Data Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||