Modifier and Type | Field and Description |
---|---|
static int |
ACC_ABSTRACT |
static int |
ACC_FINAL |
static int |
ACC_INTERFACE |
static int |
ACC_PRIVATE |
static int |
ACC_PUBLIC |
static int |
ACC_SUPER |
static int |
ACONST_NULL |
static int |
ALOAD |
static int |
ARETURN |
static int |
ASTORE |
static int |
ATHROW |
static int |
CHECKCAST |
static int |
DCONST_0 |
static int |
DUP |
static int |
FCONST_0 |
static int |
GETFIELD |
static int |
GOTO |
static int |
ICONST_0 |
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 |
LCONST_0 |
static int |
NEW |
static int |
POP |
static int |
PUTFIELD |
static int |
RETURN |
static int |
SIPUSH |
static int |
V1_5 |
Constructor and Description |
---|
ASMHelper.Opcodes() |
public static int ARETURN
public static int ALOAD
public static int IFNULL
public static int CHECKCAST
public static int INVOKEINTERFACE
public static int GETFIELD
public static int ASTORE
public static int PUTFIELD
public static int RETURN
public static int INVOKESPECIAL
public static int ACC_PUBLIC
public static int ACC_FINAL
public static int ACC_SUPER
public static int ACC_PRIVATE
public static int V1_5
public static int ACC_ABSTRACT
public static int ACC_INTERFACE
public static int ILOAD
public static int IRETURN
public static int NEW
public static int DUP
public static int ATHROW
public static int INVOKEVIRTUAL
public static int GOTO
public static int POP
public static int ACONST_NULL
public static int IFNONNULL
public static int SIPUSH
public static int INVOKESTATIC
public static int ICONST_0
public static int LCONST_0
public static int FCONST_0
public static int DCONST_0
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.