|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--koala.dynamicjava.interpreter.modifier.LeftHandSideModifier
This class represents the objets that modify the left hand side of an assignment.
| Constructor Summary | |
LeftHandSideModifier()
|
|
| Method Summary | |
abstract void |
modify(Context ctx,
java.lang.Object value)
Sets the value of the underlying left hand side expression |
abstract 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 |
| Constructor Detail |
public LeftHandSideModifier()
| Method Detail |
public abstract java.lang.Object prepare(Visitor v,
Context ctx)
public abstract void modify(Context ctx,
java.lang.Object value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||