Class ASMHelper.Opcodes

  • Enclosing class:
    ASMHelper

    public static class ASMHelper.Opcodes
    extends Object
    • Field Detail

      • ARETURN

        public static int ARETURN
      • ALOAD

        public static int ALOAD
      • IFNULL

        public static int IFNULL
      • CHECKCAST

        public static int CHECKCAST
      • INVOKEINTERFACE

        public static int INVOKEINTERFACE
      • GETFIELD

        public static int GETFIELD
      • GETSTATIC

        public static int GETSTATIC
      • ASTORE

        public static int ASTORE
      • PUTFIELD

        public static int PUTFIELD
      • PUTSTATIC

        public static int PUTSTATIC
      • RETURN

        public static int RETURN
      • F_APPEND

        public static int F_APPEND
      • F_SAME

        public static int F_SAME
      • F_SAME1

        public static int F_SAME1
      • INVOKESPECIAL

        public static int INVOKESPECIAL
      • ACC_PUBLIC

        public static int ACC_PUBLIC
      • ACC_FINAL

        public static int ACC_FINAL
      • ACC_SUPER

        public static int ACC_SUPER
      • ACC_PRIVATE

        public static int ACC_PRIVATE
      • ACC_STATIC

        public static int ACC_STATIC
      • V1_5

        public static int V1_5
      • V1_6

        public static int V1_6
      • V1_7

        public static int V1_7
      • ACC_ABSTRACT

        public static int ACC_ABSTRACT
      • ACC_INTERFACE

        public static int ACC_INTERFACE
      • ACC_SYNTHETIC

        public static int ACC_SYNTHETIC
      • ILOAD

        public static int ILOAD
      • ISTORE

        public static int ISTORE
      • AALOAD

        public static int AALOAD
      • ARRAYLENGTH

        public static int ARRAYLENGTH
      • IRETURN

        public static int IRETURN
      • NEW

        public static int NEW
      • ANEWARRAY

        public static int ANEWARRAY
      • DUP

        public static int DUP
      • ATHROW

        public static int ATHROW
      • INVOKEVIRTUAL

        public static int INVOKEVIRTUAL
      • GOTO

        public static int GOTO
      • POP

        public static int POP
      • ACONST_NULL

        public static int ACONST_NULL
      • IFNONNULL

        public static int IFNONNULL
      • SIPUSH

        public static int SIPUSH
      • INVOKESTATIC

        public static int INVOKESTATIC
      • ICONST_0

        public static int ICONST_0
      • ICONST_1

        public static int ICONST_1
      • LCONST_0

        public static int LCONST_0
      • FCONST_0

        public static int FCONST_0
      • DCONST_0

        public static int DCONST_0
      • IF_ICMPLT

        public static int IF_ICMPLT
      • INTEGER

        public static Integer INTEGER
    • Constructor Detail

      • Opcodes

        public Opcodes()