|
|||||||||
| 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.StatementNode
|
+--kmy.jint.tree.DefinitionNode
|
+--kmy.jint.tree.MemberNode
| Field Summary | |
ExpressionNode[] |
defs
|
IdentifierNode |
type
|
| Fields inherited from class kmy.jint.tree.DefinitionNode |
flags |
| Fields inherited from class kmy.jint.tree.BasicNode |
attachment,
filePos |
| Constructor Summary | |
MemberNode(IdentifierNode type,
ExpressionNode[] defs)
|
|
| Method Summary | |
java.lang.Object |
eval(Context context)
Calls corresponding eval* method in the given Context. |
| Methods inherited from class kmy.jint.tree.DefinitionNode |
addFlags,
fromJVMModifiers,
getFlags |
| Methods inherited from class kmy.jint.tree.BasicNode |
getAttachment,
getFilePos,
getLine,
setAttachment,
setFilePos,
toString |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public IdentifierNode type
public ExpressionNode[] defs
| Constructor Detail |
public MemberNode(IdentifierNode type,
ExpressionNode[] defs)
| Method Detail |
public java.lang.Object eval(Context context)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||