|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--kmy.jint.tree.BasicNode | +--kmy.jint.tree.ExpressionNode
Field Summary | |
AbstractClass |
clazz
Type of this expression. |
static java.lang.Object |
NOT_CONST
|
Fields inherited from class kmy.jint.tree.BasicNode |
attachment,
filePos |
Constructor Summary | |
ExpressionNode(int filePos)
|
Method Summary | |
java.lang.Object |
getConstValue()
Returns value of this expression (wrapped in the corresponding java class if value is primitive). |
Methods inherited from class kmy.jint.tree.BasicNode |
eval,
getAttachment,
getFilePos,
getLine,
setAttachment,
setFilePos,
toString |
Methods inherited from class java.lang.Object |
|
Field Detail |
public AbstractClass clazz
public static final java.lang.Object NOT_CONST
Constructor Detail |
public ExpressionNode(int filePos)
Method Detail |
public java.lang.Object getConstValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |