|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--koala.dynamicjava.interpreter.modifier.LeftHandSideModifier
|
+--koala.dynamicjava.interpreter.modifier.VariableModifier
|
+--koala.dynamicjava.interpreter.modifier.FinalVariableModifier
This interface represents objets that modify a final variable
| Fields inherited from class koala.dynamicjava.interpreter.modifier.VariableModifier |
name, representation, type |
| Constructor Summary | |
FinalVariableModifier(QualifiedName name,
java.lang.Class type)
Creates a new final variable modifier |
|
| Method Summary | |
void |
modify(Context ctx,
java.lang.Object value)
Sets the value of the underlying left hand side expression |
| Methods inherited from class koala.dynamicjava.interpreter.modifier.VariableModifier |
prepare |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FinalVariableModifier(QualifiedName name,
java.lang.Class type)
name - the node of that represents this variabletype - the declared type of the variable| Method Detail |
public void modify(Context ctx,
java.lang.Object value)
modify in class VariableModifier
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||