Uses of Class
koala.dynamicjava.interpreter.modifier.LeftHandSideModifier

Packages that use LeftHandSideModifier
koala.dynamicjava.interpreter Contains the classes for interpreting Java language statements. 
koala.dynamicjava.interpreter.context Provides the classes that hold the context of execution. 
koala.dynamicjava.interpreter.modifier Provides interfaces and classes for dealing with different types of left hand side modifier in an assignment. 
 

Uses of LeftHandSideModifier in koala.dynamicjava.interpreter
 

Methods in koala.dynamicjava.interpreter that return LeftHandSideModifier
static LeftHandSideModifier NodeProperties.getModifier(Node n)
          Returns the modifier property of a node
 

Uses of LeftHandSideModifier in koala.dynamicjava.interpreter.context
 

Methods in koala.dynamicjava.interpreter.context that return LeftHandSideModifier
 LeftHandSideModifier StaticContext.getModifier(SuperFieldAccess node)
          Returns the modifier that match the given node
 LeftHandSideModifier GlobalContext.getModifier(QualifiedName node)
          Returns the modifier that match the given node
 LeftHandSideModifier GlobalContext.getModifier(ObjectFieldAccess node)
          Returns the modifier that match the given node
 LeftHandSideModifier GlobalContext.getModifier(StaticFieldAccess node)
          Returns the modifier that match the given node
 LeftHandSideModifier GlobalContext.getModifier(SuperFieldAccess node)
          Returns the modifier that match the given node
 LeftHandSideModifier Context.getModifier(QualifiedName node)
          Returns the modifier that match the given node
 LeftHandSideModifier Context.getModifier(StaticFieldAccess node)
          Returns the modifier that match the given node
 LeftHandSideModifier Context.getModifier(ObjectFieldAccess node)
          Returns the modifier that match the given node
 LeftHandSideModifier Context.getModifier(SuperFieldAccess node)
          Returns the modifier that match the given node
 

Uses of LeftHandSideModifier in koala.dynamicjava.interpreter.modifier
 

Subclasses of LeftHandSideModifier in koala.dynamicjava.interpreter.modifier
 class ArrayModifier
          This interface represents objets that modify an array
 class FinalVariableModifier
          This interface represents objets that modify a final variable
 class InvalidModifier
          This interface represents an invalid modifier
 class ObjectFieldModifier
          This interface represents the objets that modify an object field
 class StaticFieldModifier
          This interface represents the objets that modify a field
 class SuperFieldModifier
          This interface represents the objets that modify an super field
 class VariableModifier
          This interface represents objets that modify a variable
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.