edu.rice.cs.dynamicjava.symbol
Interface Variable

All Known Subinterfaces:
DJField
All Known Implementing Classes:
ArrayLengthField, JavaClass.JavaField, LocalVariable

public interface Variable


Method Summary
 String declaredName()
           
 boolean isFinal()
           
 Type type()
           
 

Method Detail

declaredName

String declaredName()

type

Type type()

isFinal

boolean isFinal()