Class ASMInstruction

java.lang.Object
org.eclipse.m2m.atl.engine.asm.ASMInstruction
Direct Known Subclasses:
ASMInstructionWithOperand

public class ASMInstruction extends Object
Stores an ASM instruction.
  • Field Details

    • mnemonic

      protected String mnemonic
  • Constructor Details

    • ASMInstruction

      public ASMInstruction(String mnemonic)
      Creates a new ASMInstruction with the given mnemonic.
      Parameters:
      mnemonic - the mnemonic
  • Method Details