|
||||||||||
| 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.AbstractStackFrame
public abstract class AbstractStackFrame
Abstract Stack Frame definition.
| Field Summary | |
|---|---|
protected AbstractStackFrame |
caller
|
protected ExecEnv |
execEnv
The execution environment. |
protected java.lang.Object[] |
localVars
The local variables list. |
protected Operation |
operation
|
| Constructor Summary | |
|---|---|
protected |
AbstractStackFrame(AbstractStackFrame caller,
Operation frameOperation)
Creates a new StackFrame. |
protected |
AbstractStackFrame(ExecEnv execEnv)
Creates an empty StackFrame which refers to its ExecEnv. |
|
AbstractStackFrame(ExecEnv execEnv,
ASMModule asmModule,
Operation operation)
Creates a new AbstractStackFrame with the given parameters. |
| Method Summary | |
|---|---|
ASMModule |
getAsmModule()
|
AbstractStackFrame |
getCaller()
|
ExecEnv |
getExecEnv()
|
java.lang.Object[] |
getLocalVars()
|
Operation |
getOperation()
|
abstract AbstractStackFrame |
newFrame(Operation frameOperation)
Returns a new frame for the given operation. |
void |
setLocalVars(java.lang.Object[] localVars)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ExecEnv execEnv
protected AbstractStackFrame caller
protected Operation operation
protected java.lang.Object[] localVars
| Constructor Detail |
|---|
public AbstractStackFrame(ExecEnv execEnv,
ASMModule asmModule,
Operation operation)
AbstractStackFrame with the given parameters.
execEnv - the execution environmentasmModule - the transformation moduleoperation - the main operation
protected AbstractStackFrame(AbstractStackFrame caller,
Operation frameOperation)
caller - the parent stack frameframeOperation - the operationprotected AbstractStackFrame(ExecEnv execEnv)
ExecEnv.
execEnv - the ExecEnv| Method Detail |
|---|
public abstract AbstractStackFrame newFrame(Operation frameOperation)
frameOperation - the frame operation
public ASMModule getAsmModule()
public java.lang.Object[] getLocalVars()
public void setLocalVars(java.lang.Object[] localVars)
public ExecEnv getExecEnv()
public Operation getOperation()
public AbstractStackFrame getCaller()
|
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 | |||||||||