|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.engine.emfvm.lib.StackFrame
org.eclipse.m2m.atl.engine.emfvm.StackFrame
public class 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 |
---|
public int pc
Constructor Detail |
---|
public StackFrame(ExecEnv execEnv, ASMModule asmModule, Operation operation)
protected StackFrame(StackFrame caller, Operation operation)
Method Detail |
---|
public StackFrame newFrame(Operation operation)
newFrame
in class StackFrame
protected java.lang.String getLocation()
public java.lang.String toString()
toString
in class java.lang.Object
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |