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 int
ACC_ABSTRACT
static int
ACC_ANNOTATION
static int
ACC_BRIDGE
static int
ACC_CONSTRUCTOR
static int
ACC_DECLARED_SYNCHRONIZED
static int
ACC_ENUM
static int
ACC_FINAL
static int
ACC_INTERFACE
static int
ACC_NATIVE
static int
ACC_private
static int
ACC_PRIVATE
static int
ACC_PROTECTED
static int
ACC_STATIC
static int
ACC_STRICT
static int
ACC_SYNCHRONIZED
static int
ACC_SYNTHETIC
static int
ACC_TRANSIENT
static int
ACC_UNUSED
static int
ACC_VARARGS
static int
ACC_VOLATILE
static int
VALUE_ANNOTATION
static int
VALUE_ARRAY
static int
VALUE_BOOLEAN
static int
VALUE_BYTE
static int
VALUE_CHAR
static int
VALUE_DOUBLE
static int
VALUE_ENUM
static int
VALUE_FIELD
static int
VALUE_FLOAT
static int
VALUE_INT
static int
VALUE_LONG
static int
VALUE_METHOD
static int
VALUE_NULL
static int
VALUE_SHORT
static int
VALUE_STRING
static int
VALUE_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
-
-