Class ASMInstructionWithOperand


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

      • ASMInstructionWithOperand

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

      • getOperand

        public java.lang.String getOperand()
      • setOperand

        public void setOperand​(java.lang.String operand)