|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectkoala.dynamicjava.interpreter.modifier.LeftHandSideModifier
koala.dynamicjava.interpreter.modifier.SuperFieldModifier
This interface represents the objets that modify an super field
| Field Summary | |
protected java.lang.reflect.Field |
field
The field |
protected SuperFieldAccess |
node
The node |
| Constructor Summary | |
SuperFieldModifier(java.lang.reflect.Field f,
SuperFieldAccess n)
Creates a new field modifier |
|
| Method Summary | |
void |
modify(Context ctx,
java.lang.Object value)
Sets the value of the underlying left hand side expression |
java.lang.Object |
prepare(Visitor v,
Context ctx)
Prepares the modifier for modification |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.reflect.Field field
protected SuperFieldAccess node
| Constructor Detail |
public SuperFieldModifier(java.lang.reflect.Field f,
SuperFieldAccess n)
f - the field to modifyn - the field access node| Method Detail |
public java.lang.Object prepare(Visitor v,
Context ctx)
prepare in class LeftHandSideModifier
public void modify(Context ctx,
java.lang.Object value)
modify in class LeftHandSideModifier
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||