Class OpcodeUtil.InsnDescription

  • Enclosing class:
    OpcodeUtil

    public static final class OpcodeUtil.InsnDescription
    extends Object
    Description of a Java™ bytecode instruction.
    • Field Detail

      • argumentOperandTypes

        @Nullable
        public final org.objectweb.asm.Type[] argumentOperandTypes
        The types of the instructions's operands.
      • resultOperandType

        @Nullable
        public final org.objectweb.asm.Type resultOperandType
        The type of the instruction's result operand (or null).
    • Constructor Detail

      • InsnDescription

        public InsnDescription​(@Nullable
                               org.objectweb.asm.Type[] argumentOperandTypes,
                               @Nullable
                               org.objectweb.asm.Type resultOperandType)