Package com.tonic.type
Interface AccessFlags
-
- All Known Implementing Classes:
ClassBuilder
public interface AccessFlagsClass file constants: access flag bits, newarray primitive type codes, major version numbers and the load, store and return opcodes.
-
-
Field Summary
Fields Modifier and Type Field Description static intACC_ABSTRACTstatic intACC_ANNOTATIONstatic intACC_BRIDGEstatic intACC_ENUMstatic intACC_FINALstatic intACC_INTERFACEstatic intACC_MANDATEDstatic intACC_MODULEstatic intACC_NATIVEstatic intACC_PRIVATEstatic intACC_PROTECTEDstatic intACC_PUBLICstatic intACC_STATICstatic intACC_STRICTstatic intACC_SUPERstatic intACC_SYNCHRONIZEDstatic intACC_SYNTHETICstatic intACC_TRANSIENTstatic intACC_VARARGSstatic intACC_VOLATILEstatic intALOADstatic intARETURNstatic intASTOREstatic intDLOADstatic intDRETURNstatic intDSTOREstatic intFLOADstatic intFRETURNstatic intFSTOREstatic intILOADstatic intIRETURNstatic intISTOREstatic intLLOADstatic intLRETURNstatic intLSTOREstatic intRETURNstatic intT_BOOLEANstatic intT_BYTEstatic intT_CHARstatic intT_DOUBLEstatic intT_FLOATstatic intT_INTstatic intT_LONGstatic intT_SHORTstatic intV1_1static intV1_2static intV1_3static intV1_4static intV1_5static intV1_6static intV1_7static intV1_8static intV10static intV11static intV12static intV13static intV14static intV15static intV16static intV17static intV18static intV19static intV20static intV21static intV22static intV23static intV24static intV25static intV9
-
-
-
Field Detail
-
ACC_PUBLIC
static final int ACC_PUBLIC
- See Also:
- Constant Field Values
-
ACC_PRIVATE
static final int ACC_PRIVATE
- See Also:
- Constant Field Values
-
ACC_PROTECTED
static final int ACC_PROTECTED
- See Also:
- Constant Field Values
-
ACC_STATIC
static final int ACC_STATIC
- See Also:
- Constant Field Values
-
ACC_FINAL
static final int ACC_FINAL
- See Also:
- Constant Field Values
-
ACC_SUPER
static final int ACC_SUPER
- See Also:
- Constant Field Values
-
ACC_SYNCHRONIZED
static final int ACC_SYNCHRONIZED
- See Also:
- Constant Field Values
-
ACC_VOLATILE
static final int ACC_VOLATILE
- See Also:
- Constant Field Values
-
ACC_BRIDGE
static final int ACC_BRIDGE
- See Also:
- Constant Field Values
-
ACC_TRANSIENT
static final int ACC_TRANSIENT
- See Also:
- Constant Field Values
-
ACC_VARARGS
static final int ACC_VARARGS
- See Also:
- Constant Field Values
-
ACC_NATIVE
static final int ACC_NATIVE
- See Also:
- Constant Field Values
-
ACC_INTERFACE
static final int ACC_INTERFACE
- See Also:
- Constant Field Values
-
ACC_ABSTRACT
static final int ACC_ABSTRACT
- See Also:
- Constant Field Values
-
ACC_STRICT
static final int ACC_STRICT
- See Also:
- Constant Field Values
-
ACC_SYNTHETIC
static final int ACC_SYNTHETIC
- See Also:
- Constant Field Values
-
ACC_ANNOTATION
static final int ACC_ANNOTATION
- See Also:
- Constant Field Values
-
ACC_ENUM
static final int ACC_ENUM
- See Also:
- Constant Field Values
-
ACC_MANDATED
static final int ACC_MANDATED
- See Also:
- Constant Field Values
-
ACC_MODULE
static final int ACC_MODULE
- See Also:
- Constant Field Values
-
T_BOOLEAN
static final int T_BOOLEAN
- See Also:
- Constant Field Values
-
T_CHAR
static final int T_CHAR
- See Also:
- Constant Field Values
-
T_FLOAT
static final int T_FLOAT
- See Also:
- Constant Field Values
-
T_DOUBLE
static final int T_DOUBLE
- See Also:
- Constant Field Values
-
T_BYTE
static final int T_BYTE
- See Also:
- Constant Field Values
-
T_SHORT
static final int T_SHORT
- See Also:
- Constant Field Values
-
T_INT
static final int T_INT
- See Also:
- Constant Field Values
-
T_LONG
static final int T_LONG
- See Also:
- Constant Field Values
-
V1_1
static final int V1_1
- See Also:
- Constant Field Values
-
V1_2
static final int V1_2
- See Also:
- Constant Field Values
-
V1_3
static final int V1_3
- See Also:
- Constant Field Values
-
V1_4
static final int V1_4
- See Also:
- Constant Field Values
-
V1_5
static final int V1_5
- See Also:
- Constant Field Values
-
V1_6
static final int V1_6
- See Also:
- Constant Field Values
-
V1_7
static final int V1_7
- See Also:
- Constant Field Values
-
V1_8
static final int V1_8
- See Also:
- Constant Field Values
-
V9
static final int V9
- See Also:
- Constant Field Values
-
V10
static final int V10
- See Also:
- Constant Field Values
-
V11
static final int V11
- See Also:
- Constant Field Values
-
V12
static final int V12
- See Also:
- Constant Field Values
-
V13
static final int V13
- See Also:
- Constant Field Values
-
V14
static final int V14
- See Also:
- Constant Field Values
-
V15
static final int V15
- See Also:
- Constant Field Values
-
V16
static final int V16
- See Also:
- Constant Field Values
-
V17
static final int V17
- See Also:
- Constant Field Values
-
V18
static final int V18
- See Also:
- Constant Field Values
-
V19
static final int V19
- See Also:
- Constant Field Values
-
V20
static final int V20
- See Also:
- Constant Field Values
-
V21
static final int V21
- See Also:
- Constant Field Values
-
V22
static final int V22
- See Also:
- Constant Field Values
-
V23
static final int V23
- See Also:
- Constant Field Values
-
V24
static final int V24
- See Also:
- Constant Field Values
-
V25
static final int V25
- See Also:
- Constant Field Values
-
ILOAD
static final int ILOAD
- See Also:
- Constant Field Values
-
LLOAD
static final int LLOAD
- See Also:
- Constant Field Values
-
FLOAD
static final int FLOAD
- See Also:
- Constant Field Values
-
DLOAD
static final int DLOAD
- See Also:
- Constant Field Values
-
ALOAD
static final int ALOAD
- See Also:
- Constant Field Values
-
ISTORE
static final int ISTORE
- See Also:
- Constant Field Values
-
LSTORE
static final int LSTORE
- See Also:
- Constant Field Values
-
FSTORE
static final int FSTORE
- See Also:
- Constant Field Values
-
DSTORE
static final int DSTORE
- See Also:
- Constant Field Values
-
ASTORE
static final int ASTORE
- See Also:
- Constant Field Values
-
IRETURN
static final int IRETURN
- See Also:
- Constant Field Values
-
LRETURN
static final int LRETURN
- See Also:
- Constant Field Values
-
FRETURN
static final int FRETURN
- See Also:
- Constant Field Values
-
DRETURN
static final int DRETURN
- See Also:
- Constant Field Values
-
ARETURN
static final int ARETURN
- See Also:
- Constant Field Values
-
RETURN
static final int RETURN
- See Also:
- Constant Field Values
-
-