- java.lang.Object
-
- org.eclipse.persistence.asm.Opcodes
-
public class Opcodes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
AASTORE
static int
ACC_BRIDGE
static int
ACC_ENUM
static int
ACC_FINAL
static int
ACC_INTERFACE
static int
ACC_PRIVATE
static int
ACC_PROTECTED
static int
ACC_PUBLIC
static int
ACC_STATIC
static int
ACC_SUPER
static int
ACC_SYNTHETIC
static int
ACC_TRANSIENT
static int
ACONST_NULL
static int
ALOAD
static int
ANEWARRAY
static int
ARETURN
static int
ASM_API_SELECTED
static int
ASM5
static int
ASM9
static int
ASTORE
static int
BIPUSH
static int
CHECKCAST
static int
DLOAD
static int
DUP
static int
F_SAME
static int
GETFIELD
static int
GETSTATIC
static int
GOTO
static int
ICONST_0
static int
ICONST_1
static int
ICONST_2
static int
ICONST_3
static int
ICONST_4
static int
ICONST_5
static int
IF_ACMPEQ
static int
IF_ACMPNE
static int
IFEQ
static int
IFNE
static int
IFNONNULL
static int
IFNULL
static int
ILOAD
static int
INVOKEINTERFACE
static int
INVOKESPECIAL
static int
INVOKESTATIC
static int
INVOKEVIRTUAL
static int
IRETURN
static int
ISTORE
static int
JAVA_CLASS_VERSION
static int
LLOAD
static int
NEW
static int
POP
static int
PUTFIELD
static int
PUTSTATIC
static int
RETURN
static int
SIPUSH
static int
V1_8
-
Constructor Summary
Constructors Constructor Description Opcodes()
-
-
-
Field Detail
-
AASTORE
public static final int AASTORE
-
ACC_ENUM
public static final int ACC_ENUM
-
ACC_FINAL
public static final int ACC_FINAL
-
ACC_INTERFACE
public static final int ACC_INTERFACE
-
ACC_PRIVATE
public static final int ACC_PRIVATE
-
ACC_PROTECTED
public static final int ACC_PROTECTED
-
ACC_PUBLIC
public static final int ACC_PUBLIC
-
ACC_STATIC
public static final int ACC_STATIC
-
ACC_SUPER
public static final int ACC_SUPER
-
ACC_SYNTHETIC
public static final int ACC_SYNTHETIC
-
ACC_TRANSIENT
public static final int ACC_TRANSIENT
-
ACONST_NULL
public static final int ACONST_NULL
-
ALOAD
public static final int ALOAD
-
ANEWARRAY
public static final int ANEWARRAY
-
ARETURN
public static final int ARETURN
-
ASM9
public static final int ASM9
-
ASTORE
public static final int ASTORE
-
BIPUSH
public static final int BIPUSH
-
CHECKCAST
public static final int CHECKCAST
-
DUP
public static final int DUP
-
F_SAME
public static final int F_SAME
-
GETFIELD
public static final int GETFIELD
-
GETSTATIC
public static final int GETSTATIC
-
GOTO
public static final int GOTO
-
ICONST_0
public static final int ICONST_0
-
ICONST_1
public static final int ICONST_1
-
ICONST_2
public static final int ICONST_2
-
ICONST_3
public static final int ICONST_3
-
ICONST_4
public static final int ICONST_4
-
ICONST_5
public static final int ICONST_5
-
IF_ACMPEQ
public static final int IF_ACMPEQ
-
IF_ACMPNE
public static final int IF_ACMPNE
-
IFEQ
public static final int IFEQ
-
IFNE
public static final int IFNE
-
IFNONNULL
public static final int IFNONNULL
-
IFNULL
public static final int IFNULL
-
ILOAD
public static final int ILOAD
-
INVOKEINTERFACE
public static final int INVOKEINTERFACE
-
INVOKESPECIAL
public static final int INVOKESPECIAL
-
INVOKESTATIC
public static final int INVOKESTATIC
-
INVOKEVIRTUAL
public static final int INVOKEVIRTUAL
-
IRETURN
public static final int IRETURN
-
NEW
public static final int NEW
-
POP
public static final int POP
-
PUTFIELD
public static final int PUTFIELD
-
PUTSTATIC
public static final int PUTSTATIC
-
RETURN
public static final int RETURN
-
SIPUSH
public static final int SIPUSH
-
V1_8
public static final int V1_8
-
ACC_BRIDGE
public static final int ACC_BRIDGE
-
ISTORE
public static final int ISTORE
-
DLOAD
public static final int DLOAD
-
LLOAD
public static final int LLOAD
-
ASM5
public static final int ASM5
-
ASM_API_SELECTED
public static final int ASM_API_SELECTED
-
JAVA_CLASS_VERSION
public static final int JAVA_CLASS_VERSION
-
-
Method Detail
-
getOpcodesClass
public static Class getOpcodesClass()
-
-