Module xl.vmx

Class VMXState.Local

java.lang.Object
de.grogra.xl.vmx.VMXState.Local
All Implemented Interfaces:
BytecodeSerialization.Serializable, Variable
Enclosing class:
VMXState

public static final class VMXState.Local extends Object implements BytecodeSerialization.Serializable, Variable
This class represents a local variable. Local variables exist with respect to the Java frame pointer VMXState.jfp or with respect to the normal frame pointer of the current (VMXState.getFrame(Authorization)) or of statically containing routine invocations (VMXState.VMXFrame.staticLink).
Author:
Ole Kniemeyer