Package org.jf.dexlib2
Class ValueType
- java.lang.Object
-
- org.jf.dexlib2.ValueType
-
public final class ValueType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ANNOTATION
static int
ARRAY
static int
BOOLEAN
static int
BYTE
static int
CHAR
static int
DOUBLE
static int
ENUM
static int
FIELD
static int
FLOAT
static int
INT
static int
LONG
static int
METHOD
static int
METHOD_HANDLE
static int
METHOD_TYPE
static int
NULL
static int
SHORT
static int
STRING
static int
TYPE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getValueTypeName(int valueType)
-
-
-
Field Detail
-
BYTE
public static final int BYTE
- See Also:
- Constant Field Values
-
SHORT
public static final int SHORT
- See Also:
- Constant Field Values
-
CHAR
public static final int CHAR
- See Also:
- Constant Field Values
-
INT
public static final int INT
- See Also:
- Constant Field Values
-
LONG
public static final int LONG
- See Also:
- Constant Field Values
-
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
-
DOUBLE
public static final int DOUBLE
- See Also:
- Constant Field Values
-
METHOD_TYPE
public static final int METHOD_TYPE
- See Also:
- Constant Field Values
-
METHOD_HANDLE
public static final int METHOD_HANDLE
- See Also:
- Constant Field Values
-
STRING
public static final int STRING
- See Also:
- Constant Field Values
-
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
-
FIELD
public static final int FIELD
- See Also:
- Constant Field Values
-
METHOD
public static final int METHOD
- See Also:
- Constant Field Values
-
ENUM
public static final int ENUM
- See Also:
- Constant Field Values
-
ARRAY
public static final int ARRAY
- See Also:
- Constant Field Values
-
ANNOTATION
public static final int ANNOTATION
- See Also:
- Constant Field Values
-
NULL
public static final int NULL
- See Also:
- Constant Field Values
-
BOOLEAN
public static final int BOOLEAN
- See Also:
- Constant Field Values
-
-