Class LabelInstruction

  • All Implemented Interfaces:
    Instruction

    public final class LabelInstruction
    extends Object
    implements Instruction
    Label instruction.
    Since:
    0.1
    • Constructor Detail

      • LabelInstruction

        public LabelInstruction​(org.objectweb.asm.Label label)
        Constructor.
        Parameters:
        label - Label.
    • Method Detail

      • opcode

        public int opcode()
        Description copied from interface: Instruction
        Opcode number.
        Specified by:
        opcode in interface Instruction
        Returns:
        Opcode number.
      • operand

        public Object operand​(int index)
        Description copied from interface: Instruction
        Retrieve operand by position index.
        Specified by:
        operand in interface Instruction
        Parameters:
        index - Operand index
        Returns:
        Operand