Class ASMModule

  • All Implemented Interfaces:
    HasFields

    public class ASMModule
    extends java.lang.Object
    implements HasFields
    The ASM Module, which symbolizes an ATL transformation.
    • Constructor Summary

      Constructors 
      Constructor Description
      ASMModule()
      Creates a new ASMModule.
      ASMModule​(java.lang.String name)
      Creates a new ASMModule with the given name.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.Object,​java.lang.Object> asMap()
      Returns the map of the fields.
      java.lang.Object get​(AbstractStackFrame frame, java.lang.Object name)
      Gets a value.
      void set​(AbstractStackFrame frame, java.lang.Object name, java.lang.Object value)
      Sets a value to the object.
      java.lang.String toString()
      void unset​(AbstractStackFrame frame, java.lang.Object name)
      Unsets a value to the object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait