|
|||||||||
| Home >> All >> com >> techtrader >> modules >> tools >> [ bytecode overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.techtrader.modules.tools.bytecode
Interface Constants

- All Known Implementing Classes:
- Attribute, BCClass, BCField, BCMethod, Code, InnerClass, Instruction
- public interface Constants
Interface to track constants used in bytecode. Entities can access these
constants using the static Constants. field prefix,
or implement this interface themselves to conveniently import the
constants into their own namespace.
| Field Summary | |
static int |
AALOAD
|
static int |
AASTORE
|
static int |
ACCESS_ABSTRACT
|
static int |
ACCESS_FINAL
|
static int |
ACCESS_INTERFACE
|
static int |
ACCESS_NATIVE
|
static int |
ACCESS_PRIVATE
|
static int |
ACCESS_PROTECTED
|
static int |
ACCESS_PUBLIC
|
static int |
ACCESS_STATIC
|
static int |
ACCESS_STRICT
|
static int |
ACCESS_SUPER
|
static int |
ACCESS_SYNCHRONIZED
|
static int |
ACCESS_TRANSIENT
|
static int |
ACCESS_VOLATILE
|
static int |
ACONST_NULL
|
static int |
ALOAD
|
static int |
ALOAD_0
|
static int |
ALOAD_1
|
static int |
ALOAD_2
|
static int |
ALOAD_3
|
static int |
ANEWARRAY
|
static int |
ARETURN
|
static int |
ARRAY_BOOLEAN
|
static int |
ARRAY_BYTE
|
static int |
ARRAY_CHAR
|
static int |
ARRAY_DOUBLE
|
static int |
ARRAY_FLOAT
|
static int |
ARRAY_INT
|
static int |
ARRAY_LONG
|
static int |
ARRAY_SHORT
|
static int |
ARRAYLENGTH
|
static int |
ASTORE
|
static int |
ASTORE_0
|
static int |
ASTORE_1
|
static int |
ASTORE_2
|
static int |
ASTORE_3
|
static int |
ATHROW
|
static java.lang.String |
ATTR_CODE
|
static java.lang.String |
ATTR_CONST
|
static java.lang.String |
ATTR_DEPRECATED
|
static java.lang.String |
ATTR_EXCEPTIONS
|
static java.lang.String |
ATTR_INNERCLASS
|
static java.lang.String |
ATTR_LINENUMBERS
|
static java.lang.String |
ATTR_LOCALS
|
static java.lang.String |
ATTR_SOURCE
|
static java.lang.String |
ATTR_SYNTHETIC
|
static java.lang.String |
ATTR_UNKNOWN
|
static int |
BALOAD
|
static int |
BASTORE
|
static int |
BIPUSH
|
static int |
CALOAD
|
static int |
CASTORE
|
static int |
CHECKCAST
|
static int |
D2F
|
static int |
D2I
|
static int |
D2L
|
static int |
DADD
|
static int |
DALOAD
|
static int |
DASTORE
|
static int |
DCMPG
|
static int |
DCMPL
|
static int |
DCONST_0
|
static int |
DCONST_1
|
static int |
DDIV
|
static int |
DLOAD
|
static int |
DLOAD_0
|
static int |
DLOAD_1
|
static int |
DLOAD_2
|
static int |
DLOAD_3
|
static int |
DMUL
|
static int |
DNEG
|
static int |
DREM
|
static int |
DRETURN
|
static int |
DSTORE
|
static int |
DSTORE_0
|
static int |
DSTORE_1
|
static int |
DSTORE_2
|
static int |
DSTORE_3
|
static int |
DSUB
|
static int |
DUP
|
static int |
DUP_X1
|
static int |
DUP_X2
|
static int |
DUP2
|
static int |
DUP2_X1
|
static int |
DUP2_X2
|
static int |
F2D
|
static int |
F2I
|
static int |
F2L
|
static int |
FADD
|
static int |
FALOAD
|
static int |
FASTORE
|
static int |
FCMPG
|
static int |
FCMPL
|
static int |
FCONST_0
|
static int |
FCONST_1
|
static int |
FCONST_2
|
static int |
FDIV
|
static int |
FLOAD
|
static int |
FLOAD_0
|
static int |
FLOAD_1
|
static int |
FLOAD_2
|
static int |
FLOAD_3
|
static int |
FMUL
|
static int |
FNEG
|
static int |
FREM
|
static int |
FRETURN
|
static int |
FSTORE
|
static int |
FSTORE_0
|
static int |
FSTORE_1
|
static int |
FSTORE_2
|
static int |
FSTORE_3
|
static int |
FSUB
|
static int |
GETFIELD
|
static int |
GETSTATIC
|
static int |
GOTO
|
static int |
GOTO_W
|
static int |
I2B
|
static int |
I2C
|
static int |
I2D
|
static int |
I2F
|
static int |
I2L
|
static int |
I2S
|
static int |
IADD
|
static int |
IALOAD
|
static int |
IAND
|
static int |
IASTORE
|
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 |
ICONST_M1
|
static int |
IDIV
|
static int |
IF_ACMPEQ
|
static int |
IF_ACMPNE
|
static int |
IF_EQ
|
static int |
IF_GE
|
static int |
IF_GT
|
static int |
IF_ICMPEQ
|
static int |
IF_ICMPGE
|
static int |
IF_ICMPGT
|
static int |
IF_ICMPLE
|
static int |
IF_ICMPLT
|
static int |
IF_ICMPNE
|
static int |
IF_LE
|
static int |
IF_LT
|
static int |
IF_NE
|
static int |
IF_NONNULL
|
static int |
IF_NULL
|
static int |
IINC
|
static int |
ILOAD
|
static int |
ILOAD_0
|
static int |
ILOAD_1
|
static int |
ILOAD_2
|
static int |
ILOAD_3
|
static int |
IMUL
|
static int |
INEG
|
static int |
INSTANCEOF
|
static int |
INVOKEINTERFACE
|
static int |
INVOKESPECIAL
|
static int |
INVOKESTATIC
|
static int |
INVOKEVIRTUAL
|
static int |
IOR
|
static int |
IREM
|
static int |
IRETURN
|
static int |
ISHL
|
static int |
ISHR
|
static int |
ISTORE
|
static int |
ISTORE_0
|
static int |
ISTORE_1
|
static int |
ISTORE_2
|
static int |
ISTORE_3
|
static int |
ISUB
|
static int |
IUSHR
|
static int |
IXOR
|
static int |
JSR
|
static int |
JSR_W
|
static int |
L2D
|
static int |
L2F
|
static int |
L2I
|
static int |
LADD
|
static int |
LALOAD
|
static int |
LAND
|
static int |
LASTORE
|
static int |
LCMP
|
static int |
LCONST_0
|
static int |
LCONST_1
|
static int |
LDC
|
static int |
LDC_W
|
static int |
LDC2_W
|
static int |
LDIV
|
static int |
LLOAD
|
static int |
LLOAD_0
|
static int |
LLOAD_1
|
static int |
LLOAD_2
|
static int |
LLOAD_3
|
static int |
LMUL
|
static int |
LNEG
|
static int |
LOOKUPSWITCH
|
static int |
LOR
|
static int |
LREM
|
static int |
LRETURN
|
static int |
LSHL
|
static int |
LSHR
|
static int |
LSTORE
|
static int |
LSTORE_0
|
static int |
LSTORE_1
|
static int |
LSTORE_2
|
static int |
LSTORE_3
|
static int |
LSUB
|
static int |
LUSHR
|
static int |
LXOR
|
static int |
MATH_ADD
|
static int |
MATH_AND
|
static int |
MATH_DIV
|
static int |
MATH_MUL
|
static int |
MATH_NEG
|
static int |
MATH_OR
|
static int |
MATH_REM
|
static int |
MATH_SHL
|
static int |
MATH_SHR
|
static int |
MATH_SUB
|
static int |
MATH_USHR
|
static int |
MATH_XOR
|
static int |
MONITORENTER
|
static int |
MONITOREXIT
|
static int |
MULTIANEWARRAY
|
static int |
NEW
|
static int |
NEWARRAY
|
static int |
NOP
|
static java.lang.String[] |
OPCODE_NAMES
|
static int |
POP
|
static int |
POP2
|
static int |
PUTFIELD
|
static int |
PUTSTATIC
|
static int |
RET
|
static int |
RETURN
|
static int |
SALOAD
|
static int |
SASTORE
|
static int |
SIPUSH
|
static int |
SWAP
|
static int |
TABLESWITCH
|
static int |
VALID_MAGIC
|
static int |
WIDE
|
| Field Detail |
VALID_MAGIC
public static final int VALID_MAGIC
- See Also:
- Constant Field Values
ACCESS_PUBLIC
public static final int ACCESS_PUBLIC
- See Also:
- Constant Field Values
ACCESS_PRIVATE
public static final int ACCESS_PRIVATE
- See Also:
- Constant Field Values
ACCESS_PROTECTED
public static final int ACCESS_PROTECTED
- See Also:
- Constant Field Values
ACCESS_STATIC
public static final int ACCESS_STATIC
- See Also:
- Constant Field Values
ACCESS_FINAL
public static final int ACCESS_FINAL
- See Also:
- Constant Field Values
ACCESS_SUPER
public static final int ACCESS_SUPER
- See Also:
- Constant Field Values
ACCESS_SYNCHRONIZED
public static final int ACCESS_SYNCHRONIZED
- See Also:
- Constant Field Values
ACCESS_VOLATILE
public static final int ACCESS_VOLATILE
- See Also:
- Constant Field Values
ACCESS_TRANSIENT
public static final int ACCESS_TRANSIENT
- See Also:
- Constant Field Values
ACCESS_NATIVE
public static final int ACCESS_NATIVE
- See Also:
- Constant Field Values
ACCESS_INTERFACE
public static final int ACCESS_INTERFACE
- See Also:
- Constant Field Values
ACCESS_ABSTRACT
public static final int ACCESS_ABSTRACT
- See Also:
- Constant Field Values
ACCESS_STRICT
public static final int ACCESS_STRICT
- See Also:
- Constant Field Values
ATTR_CODE
public static final java.lang.String ATTR_CODE
- See Also:
- Constant Field Values
ATTR_CONST
public static final java.lang.String ATTR_CONST
- See Also:
- Constant Field Values
ATTR_DEPRECATED
public static final java.lang.String ATTR_DEPRECATED
- See Also:
- Constant Field Values
ATTR_EXCEPTIONS
public static final java.lang.String ATTR_EXCEPTIONS
- See Also:
- Constant Field Values
ATTR_INNERCLASS
public static final java.lang.String ATTR_INNERCLASS
- See Also:
- Constant Field Values
ATTR_LINENUMBERS
public static final java.lang.String ATTR_LINENUMBERS
- See Also:
- Constant Field Values
ATTR_LOCALS
public static final java.lang.String ATTR_LOCALS
- See Also:
- Constant Field Values
ATTR_SOURCE
public static final java.lang.String ATTR_SOURCE
- See Also:
- Constant Field Values
ATTR_SYNTHETIC
public static final java.lang.String ATTR_SYNTHETIC
- See Also:
- Constant Field Values
ATTR_UNKNOWN
public static final java.lang.String ATTR_UNKNOWN
- See Also:
- Constant Field Values
NOP
public static final int NOP
- See Also:
- Constant Field Values
ACONST_NULL
public static final int ACONST_NULL
- See Also:
- Constant Field Values
ICONST_M1
public static final int ICONST_M1
- See Also:
- Constant Field Values
ICONST_0
public static final int ICONST_0
- See Also:
- Constant Field Values
ICONST_1
public static final int ICONST_1
- See Also:
- Constant Field Values
ICONST_2
public static final int ICONST_2
- See Also:
- Constant Field Values
ICONST_3
public static final int ICONST_3
- See Also:
- Constant Field Values
ICONST_4
public static final int ICONST_4
- See Also:
- Constant Field Values
ICONST_5
public static final int ICONST_5
- See Also:
- Constant Field Values
LCONST_0
public static final int LCONST_0
- See Also:
- Constant Field Values
LCONST_1
public static final int LCONST_1
- See Also:
- Constant Field Values
FCONST_0
public static final int FCONST_0
- See Also:
- Constant Field Values
FCONST_1
public static final int FCONST_1
- See Also:
- Constant Field Values
FCONST_2
public static final int FCONST_2
- See Also:
- Constant Field Values
DCONST_0
public static final int DCONST_0
- See Also:
- Constant Field Values
DCONST_1
public static final int DCONST_1
- See Also:
- Constant Field Values
BIPUSH
public static final int BIPUSH
- See Also:
- Constant Field Values
SIPUSH
public static final int SIPUSH
- See Also:
- Constant Field Values
LDC
public static final int LDC
- See Also:
- Constant Field Values
LDC_W
public static final int LDC_W
- See Also:
- Constant Field Values
LDC2_W
public static final int LDC2_W
- See Also:
- Constant Field Values
ILOAD
public static final int ILOAD
- See Also:
- Constant Field Values
LLOAD
public static final int LLOAD
- See Also:
- Constant Field Values
FLOAD
public static final int FLOAD
- See Also:
- Constant Field Values
DLOAD
public static final int DLOAD
- See Also:
- Constant Field Values
ALOAD
public static final int ALOAD
- See Also:
- Constant Field Values
ILOAD_0
public static final int ILOAD_0
- See Also:
- Constant Field Values
ILOAD_1
public static final int ILOAD_1
- See Also:
- Constant Field Values
ILOAD_2
public static final int ILOAD_2
- See Also:
- Constant Field Values
ILOAD_3
public static final int ILOAD_3
- See Also:
- Constant Field Values
LLOAD_0
public static final int LLOAD_0
- See Also:
- Constant Field Values
LLOAD_1
public static final int LLOAD_1
- See Also:
- Constant Field Values
LLOAD_2
public static final int LLOAD_2
- See Also:
- Constant Field Values
LLOAD_3
public static final int LLOAD_3
- See Also:
- Constant Field Values
FLOAD_0
public static final int FLOAD_0
- See Also:
- Constant Field Values
FLOAD_1
public static final int FLOAD_1
- See Also:
- Constant Field Values
FLOAD_2
public static final int FLOAD_2
- See Also:
- Constant Field Values
FLOAD_3
public static final int FLOAD_3
- See Also:
- Constant Field Values
DLOAD_0
public static final int DLOAD_0
- See Also:
- Constant Field Values
DLOAD_1
public static final int DLOAD_1
- See Also:
- Constant Field Values
DLOAD_2
public static final int DLOAD_2
- See Also:
- Constant Field Values
DLOAD_3
public static final int DLOAD_3
- See Also:
- Constant Field Values
ALOAD_0
public static final int ALOAD_0
- See Also:
- Constant Field Values
ALOAD_1
public static final int ALOAD_1
- See Also:
- Constant Field Values
ALOAD_2
public static final int ALOAD_2
- See Also:
- Constant Field Values
ALOAD_3
public static final int ALOAD_3
- See Also:
- Constant Field Values
IALOAD
public static final int IALOAD
- See Also:
- Constant Field Values
LALOAD
public static final int LALOAD
- See Also:
- Constant Field Values
FALOAD
public static final int FALOAD
- See Also:
- Constant Field Values
DALOAD
public static final int DALOAD
- See Also:
- Constant Field Values
AALOAD
public static final int AALOAD
- See Also:
- Constant Field Values
BALOAD
public static final int BALOAD
- See Also:
- Constant Field Values
CALOAD
public static final int CALOAD
- See Also:
- Constant Field Values
SALOAD
public static final int SALOAD
- See Also:
- Constant Field Values
ISTORE
public static final int ISTORE
- See Also:
- Constant Field Values
LSTORE
public static final int LSTORE
- See Also:
- Constant Field Values
FSTORE
public static final int FSTORE
- See Also:
- Constant Field Values
DSTORE
public static final int DSTORE
- See Also:
- Constant Field Values
ASTORE
public static final int ASTORE
- See Also:
- Constant Field Values
ISTORE_0
public static final int ISTORE_0
- See Also:
- Constant Field Values
ISTORE_1
public static final int ISTORE_1
- See Also:
- Constant Field Values
ISTORE_2
public static final int ISTORE_2
- See Also:
- Constant Field Values
ISTORE_3
public static final int ISTORE_3
- See Also:
- Constant Field Values
LSTORE_0
public static final int LSTORE_0
- See Also:
- Constant Field Values
LSTORE_1
public static final int LSTORE_1
- See Also:
- Constant Field Values
LSTORE_2
public static final int LSTORE_2
- See Also:
- Constant Field Values
LSTORE_3
public static final int LSTORE_3
- See Also:
- Constant Field Values
FSTORE_0
public static final int FSTORE_0
- See Also:
- Constant Field Values
FSTORE_1
public static final int FSTORE_1
- See Also:
- Constant Field Values
FSTORE_2
public static final int FSTORE_2
- See Also:
- Constant Field Values
FSTORE_3
public static final int FSTORE_3
- See Also:
- Constant Field Values
DSTORE_0
public static final int DSTORE_0
- See Also:
- Constant Field Values
DSTORE_1
public static final int DSTORE_1
- See Also:
- Constant Field Values
DSTORE_2
public static final int DSTORE_2
- See Also:
- Constant Field Values
DSTORE_3
public static final int DSTORE_3
- See Also:
- Constant Field Values
ASTORE_0
public static final int ASTORE_0
- See Also:
- Constant Field Values
ASTORE_1
public static final int ASTORE_1
- See Also:
- Constant Field Values
ASTORE_2
public static final int ASTORE_2
- See Also:
- Constant Field Values
ASTORE_3
public static final int ASTORE_3
- See Also:
- Constant Field Values
IASTORE
public static final int IASTORE
- See Also:
- Constant Field Values
LASTORE
public static final int LASTORE
- See Also:
- Constant Field Values
FASTORE
public static final int FASTORE
- See Also:
- Constant Field Values
DASTORE
public static final int DASTORE
- See Also:
- Constant Field Values
AASTORE
public static final int AASTORE
- See Also:
- Constant Field Values
BASTORE
public static final int BASTORE
- See Also:
- Constant Field Values
CASTORE
public static final int CASTORE
- See Also:
- Constant Field Values
SASTORE
public static final int SASTORE
- See Also:
- Constant Field Values
POP
public static final int POP
- See Also:
- Constant Field Values
POP2
public static final int POP2
- See Also:
- Constant Field Values
DUP
public static final int DUP
- See Also:
- Constant Field Values
DUP_X1
public static final int DUP_X1
- See Also:
- Constant Field Values
DUP_X2
public static final int DUP_X2
- See Also:
- Constant Field Values
DUP2
public static final int DUP2
- See Also:
- Constant Field Values
DUP2_X1
public static final int DUP2_X1
- See Also:
- Constant Field Values
DUP2_X2
public static final int DUP2_X2
- See Also:
- Constant Field Values
SWAP
public static final int SWAP
- See Also:
- Constant Field Values
IADD
public static final int IADD
- See Also:
- Constant Field Values
LADD
public static final int LADD
- See Also:
- Constant Field Values
FADD
public static final int FADD
- See Also:
- Constant Field Values
DADD
public static final int DADD
- See Also:
- Constant Field Values
ISUB
public static final int ISUB
- See Also:
- Constant Field Values
LSUB
public static final int LSUB
- See Also:
- Constant Field Values
FSUB
public static final int FSUB
- See Also:
- Constant Field Values
DSUB
public static final int DSUB
- See Also:
- Constant Field Values
IMUL
public static final int IMUL
- See Also:
- Constant Field Values
LMUL
public static final int LMUL
- See Also:
- Constant Field Values
FMUL
public static final int FMUL
- See Also:
- Constant Field Values
DMUL
public static final int DMUL
- See Also:
- Constant Field Values
IDIV
public static final int IDIV
- See Also:
- Constant Field Values
LDIV
public static final int LDIV
- See Also:
- Constant Field Values
FDIV
public static final int FDIV
- See Also:
- Constant Field Values
DDIV
public static final int DDIV
- See Also:
- Constant Field Values
IREM
public static
JAVADOC