Class ASMModule
java.lang.Object
org.eclipse.m2m.atl.engine.emfvm.lib.ASMModule
- All Implemented Interfaces:
HasFields
The ASM Module, which symbolizes an ATL transformation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasMap()
Returns the map of the fields.get
(AbstractStackFrame frame, Object name) Gets a value.void
set
(AbstractStackFrame frame, Object name, Object value) Sets a value to the object.toString()
void
unset
(AbstractStackFrame frame, Object name) Unsets a value to the object.
-
Constructor Details
-
ASMModule
Creates a new ASMModule with the given name.- Parameters:
name
- the module name
-
ASMModule
public ASMModule()Creates a new ASMModule.
-
-
Method Details
-
set
Sets a value to the object. -
get
Gets a value. -
unset
Unsets a value to the object. -
toString
-
asMap
Returns the map of the fields.- Returns:
- the map of the fields
-