Package com.ibm.wala.dalvik.classLoader
Interface DexConstants
-
- All Known Implementing Classes:
AbstractIntRegisterMachine.BasicRegisterFlowProvider
public interface DexConstants
-
-
Field Summary
Fields Modifier and Type Field Description static intACC_ABSTRACTstatic intACC_ANNOTATIONstatic intACC_BRIDGEstatic intACC_CONSTRUCTORstatic intACC_DECLARED_SYNCHRONIZEDstatic intACC_ENUMstatic intACC_FINALstatic intACC_INTERFACEstatic intACC_NATIVEstatic intACC_privatestatic intACC_PRIVATEstatic intACC_PROTECTEDstatic intACC_STATICstatic intACC_STRICTstatic intACC_SYNCHRONIZEDstatic intACC_SYNTHETICstatic intACC_TRANSIENTstatic intACC_UNUSEDstatic intACC_VARARGSstatic intACC_VOLATILEstatic intVALUE_ANNOTATIONstatic intVALUE_ARRAYstatic intVALUE_BOOLEANstatic intVALUE_BYTEstatic intVALUE_CHARstatic intVALUE_DOUBLEstatic intVALUE_ENUMstatic intVALUE_FIELDstatic intVALUE_FLOATstatic intVALUE_INTstatic intVALUE_LONGstatic intVALUE_METHODstatic intVALUE_NULLstatic intVALUE_SHORTstatic intVALUE_STRINGstatic intVALUE_TYPE
-
-
-
Field Detail
-
ACC_private
static final int ACC_private
- 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_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_UNUSED
static final int ACC_UNUSED
- See Also:
- Constant Field Values
-
ACC_CONSTRUCTOR
static final int ACC_CONSTRUCTOR
- See Also:
- Constant Field Values
-
ACC_DECLARED_SYNCHRONIZED
static final int ACC_DECLARED_SYNCHRONIZED
- See Also:
- Constant Field Values
-
VALUE_BYTE
static final int VALUE_BYTE
- See Also:
- Constant Field Values
-
VALUE_SHORT
static final int VALUE_SHORT
- See Also:
- Constant Field Values
-
VALUE_CHAR
static final int VALUE_CHAR
- See Also:
- Constant Field Values
-
VALUE_INT
static final int VALUE_INT
- See Also:
- Constant Field Values
-
VALUE_LONG
static final int VALUE_LONG
- See Also:
- Constant Field Values
-
VALUE_FLOAT
static final int VALUE_FLOAT
- See Also:
- Constant Field Values
-
VALUE_DOUBLE
static final int VALUE_DOUBLE
- See Also:
- Constant Field Values
-
VALUE_STRING
static final int VALUE_STRING
- See Also:
- Constant Field Values
-
VALUE_TYPE
static final int VALUE_TYPE
- See Also:
- Constant Field Values
-
VALUE_FIELD
static final int VALUE_FIELD
- See Also:
- Constant Field Values
-
VALUE_METHOD
static final int VALUE_METHOD
- See Also:
- Constant Field Values
-
VALUE_ENUM
static final int VALUE_ENUM
- See Also:
- Constant Field Values
-
VALUE_ARRAY
static final int VALUE_ARRAY
- See Also:
- Constant Field Values
-
VALUE_ANNOTATION
static final int VALUE_ANNOTATION
- See Also:
- Constant Field Values
-
VALUE_NULL
static final int VALUE_NULL
- See Also:
- Constant Field Values
-
VALUE_BOOLEAN
static final int VALUE_BOOLEAN
- See Also:
- Constant Field Values
-
-