Uses of Interface
edu.rice.cs.dynamicjava.symbol.Variable

Packages that use Variable
edu.rice.cs.dynamicjava.symbol   
 

Uses of Variable in edu.rice.cs.dynamicjava.symbol
 

Subinterfaces of Variable in edu.rice.cs.dynamicjava.symbol
 interface DJField
          Represents a field declaration.
 

Classes in edu.rice.cs.dynamicjava.symbol that implement Variable
 class ArrayLengthField
          Provides a DJField interface for accessing an array's implicit "length" field.
protected  class JavaClass.JavaField
           
 class LocalVariable
          Represents a local variable declaration.