Class ASMInstructionWithOperand

java.lang.Object
org.eclipse.m2m.atl.engine.asm.ASMInstruction
org.eclipse.m2m.atl.engine.asm.ASMInstructionWithOperand

public class ASMInstructionWithOperand extends ASMInstruction
Stores an ASM instruction with an operand.
  • Constructor Details

    • ASMInstructionWithOperand

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