org.eclipse.m2m.atl.engine.emfvm
Class StackFrame

java.lang.Object
  extended by org.eclipse.m2m.atl.engine.emfvm.lib.StackFrame
      extended by org.eclipse.m2m.atl.engine.emfvm.StackFrame

public class StackFrame
extends StackFrame


Field Summary
 int pc
           
 
Fields inherited from class org.eclipse.m2m.atl.engine.emfvm.lib.StackFrame
asmModule, caller, execEnv, localVars, MAX_VARS, operation
 
Constructor Summary
  StackFrame(ExecEnv execEnv, ASMModule asmModule, Operation operation)
           
protected StackFrame(StackFrame caller, Operation operation)
           
 
Method Summary
protected  java.lang.String getLocation()
           
 StackFrame newFrame(Operation operation)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pc

public int pc
Constructor Detail

StackFrame

public StackFrame(ExecEnv execEnv,
                  ASMModule asmModule,
                  Operation operation)

StackFrame

protected StackFrame(StackFrame caller,
                     Operation operation)
Method Detail

newFrame

public StackFrame newFrame(Operation operation)
Specified by:
newFrame in class StackFrame

getLocation

protected java.lang.String getLocation()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Copyright 2007 IBM Corporation and others.
All Rights Reserved.