| Package | Description |
|---|---|
| com.android.dx.dex.code | |
| com.android.dx.dex.file | |
| com.android.dx.rop.annotation | |
| com.android.dx.rop.code | |
| com.android.dx.rop.cst |
| Class and Description |
|---|
| Constant
Base class for constants of all sorts.
|
| CstLiteralBits
Constants which are literal bitwise values of some sort.
|
| CstString
Constants of type
CONSTANT_Utf8_info or CONSTANT_String_info. |
| CstType
Constants that represent an arbitrary type (reference or primitive).
|
| Class and Description |
|---|
| Constant
Base class for constants of all sorts.
|
| CstArray
Constant type to represent a fixed array of other constants.
|
| CstBaseMethodRef
Base class for constants of "methodish" type.
|
| CstFieldRef
Constants of type
CONSTANT_Fieldref_info. |
| CstMemberRef
Constants of type
CONSTANT_*ref_info. |
| CstMethodRef
Constants of type
CONSTANT_Methodref_info. |
| CstNat
Constants of type
CONSTANT_NameAndType_info. |
| CstString
Constants of type
CONSTANT_Utf8_info or CONSTANT_String_info. |
| CstType
Constants that represent an arbitrary type (reference or primitive).
|
| Class and Description |
|---|
| Constant
Base class for constants of all sorts.
|
| CstString
Constants of type
CONSTANT_Utf8_info or CONSTANT_String_info. |
| CstType
Constants that represent an arbitrary type (reference or primitive).
|
| Class and Description |
|---|
| Constant
Base class for constants of all sorts.
|
| CstString
Constants of type
CONSTANT_Utf8_info or CONSTANT_String_info. |
| Class and Description |
|---|
| Constant
Base class for constants of all sorts.
|
| ConstantPool
Interface for constant pools, which are, more or less, just lists of
Constant objects. |
| CstArray.List
List of
Constant instances. |
| CstBaseMethodRef
Base class for constants of "methodish" type.
|
| CstBoolean
Constants of type
boolean. |
| CstByte
Constants of type
byte. |
| CstChar
Constants of type
char. |
| CstDouble
Constants of type
CONSTANT_Double_info. |
| CstFieldRef
Constants of type
CONSTANT_Fieldref_info. |
| CstFloat
Constants of type
CONSTANT_Float_info. |
| CstInteger
Constants of type
CONSTANT_Integer_info. |
| CstKnownNull
Constant type to represent a known-
null value. |
| CstLiteral32
Constants which are literal 32-bit values of some sort.
|
| CstLiteral64
Constants which are literal 64-bit values of some sort.
|
| CstLiteralBits
Constants which are literal bitwise values of some sort.
|
| CstLong
Constants of type
CONSTANT_Long_info. |
| CstMemberRef
Constants of type
CONSTANT_*ref_info. |
| CstMethodRef
Constants of type
CONSTANT_Methodref_info. |
| CstNat
Constants of type
CONSTANT_NameAndType_info. |
| CstShort
Constants of type
short. |
| CstString
Constants of type
CONSTANT_Utf8_info or CONSTANT_String_info. |
| CstType
Constants that represent an arbitrary type (reference or primitive).
|
| TypedConstant
Base class for constants which implement
TypeBearer. |
Copyright © 2014. All Rights Reserved.