org.eclipse.m2m.atl.engine.emfvm.lib
Class StackFrame
java.lang.Object
org.eclipse.m2m.atl.engine.emfvm.lib.StackFrame
- Direct Known Subclasses:
- StackFrame
public abstract class StackFrame
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_VARS
public static final int MAX_VARS
- See Also:
- Constant Field Values
execEnv
public ExecEnv execEnv
localVars
public java.lang.Object[] localVars
caller
public StackFrame caller
operation
public Operation operation
asmModule
public ASMModule asmModule
StackFrame
public StackFrame(ExecEnv execEnv,
ASMModule asmModule,
Operation operation)
StackFrame
protected StackFrame(StackFrame caller,
Operation operation)
newFrame
public abstract StackFrame newFrame(Operation operation)