Package koala.dynamicjava.interpreter.modifier

Provides interfaces and classes for dealing with different types of left hand side modifier in an assignment.

See:
          Description

Class Summary
ArrayModifier This interface represents objets that modify an array
FinalVariableModifier This interface represents objets that modify a final variable
InvalidModifier This interface represents an invalid modifier
LeftHandSideModifier This class represents the objets that modify the left hand side of an assignment.
ObjectFieldModifier This interface represents the objets that modify an object field
StaticFieldModifier This interface represents the objets that modify a field
SuperFieldModifier This interface represents the objets that modify an super field
VariableModifier This interface represents objets that modify a variable
 

Package koala.dynamicjava.interpreter.modifier Description

Provides interfaces and classes for dealing with different types of left hand side modifier in an assignment.



Copyright © 2001 Stephane Hillion. All Rights Reserved.