|
|||||||||
| 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
|
+--kmy.jint.parser.Parser.LocalMethodExpression
This is bogus expression node that expression parser returns when it encounters method definition.
| Field Summary | |
MethodNode |
method
|
| Fields inherited from class kmy.jint.tree.ExpressionNode |
clazz,
NOT_CONST |
| Fields inherited from class kmy.jint.tree.BasicNode |
attachment,
filePos |
| Constructor Summary | |
Parser.LocalMethodExpression(int filePos,
MethodNode method)
|
|
| Method Summary | |
java.lang.Object |
eval(Context context)
Calls corresponding eval* method in the given Context. |
java.lang.String |
toString()
Returns string representation of this node. |
| Methods inherited from class kmy.jint.tree.ExpressionNode |
getConstValue |
| Methods inherited from class kmy.jint.tree.BasicNode |
getAttachment,
getFilePos,
getLine,
setAttachment,
setFilePos |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public MethodNode method
| Constructor Detail |
public Parser.LocalMethodExpression(int filePos,
MethodNode method)
| Method Detail |
public java.lang.Object eval(Context context)
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||