|
||||||||||
| 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.Operation
public abstract class Operation
The abstract Operation class.
| Field Summary | |
|---|---|
protected int |
maxLocals
|
| Constructor Summary | |
|---|---|
Operation(int maxLocals)
Creates a new operation. |
|
| Method Summary | |
|---|---|
abstract java.lang.Object |
exec(AbstractStackFrame frame)
Executes an operation. |
int |
getMaxLocals()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int maxLocals
| Constructor Detail |
|---|
public Operation(int maxLocals)
maxLocals - max locals| Method Detail |
|---|
public abstract java.lang.Object exec(AbstractStackFrame frame)
frame - the frame for execution
public int getMaxLocals()
|
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 | |||||||||