Package org.eclipse.m2m.atl.engine.vm
Class ExecEnv
java.lang.Object
org.eclipse.m2m.atl.engine.vm.ExecEnv
- Direct Known Subclasses:
ASMExecEnv
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTo add a model with a name different in this ASMExecEnv than it actually is.voidvoidaddPermission(String permission) booleancheckPermission(String permission) booleanempty()getStack()getVariable(String name) peek()pop()voidvoidpush(StackFrame frame)
-
Field Details
-
globalVariables
-
-
Constructor Details
-
ExecEnv
-
-
Method Details
-
empty
public boolean empty() -
push
-
peek
-
pop
-
addModel
-
addModel
To add a model with a name different in this ASMExecEnv than it actually is. This is necessary for composite transformations in which the in model of transformation may not bear the same name as the out model of the preceding transformation. -
getModel
-
getModels
-
printStackTrace
public void printStackTrace() -
getVariable
-
getDebugger
-
getStack
-
checkPermission
-
addPermission
-