Class LocalVariableReference

All Implemented Interfaces:
Serializable, SourceLocator, BindingReference, Container, Expression, InstructionInfoProvider

public class LocalVariableReference extends VariableReference
Variable reference: a reference to a local variable. This subclass of VariableReference bypasses the Binding object to get the value directly from the relevant slot in the local stackframe.
See Also: