| Package | Description |
|---|---|
| com.android.dx.dex.file |
| Modifier and Type | Class and Description |
|---|---|
class |
CallSiteIdItem
Representation of a call site reference in a DEX file.
|
class |
ClassDefItem
Representation of a Dalvik class, which is basically a set of
members (fields or methods) along with a few more pieces of
information.
|
class |
FieldIdItem
Representation of a field reference inside a Dalvik file.
|
class |
HeaderItem
File header section of a
.dex file. |
class |
IdItem
Representation of a reference to an item inside a Dalvik file.
|
class |
MemberIdItem
Representation of a member (field or method) reference inside a
Dalvik file.
|
class |
MethodHandleItem
Representation of a method handle in a DEX file.
|
class |
MethodIdItem
Representation of a method reference inside a Dalvik file.
|
class |
ProtoIdItem
Representation of a method prototype reference inside a Dalvik file.
|
class |
StringIdItem
Representation of a string inside a Dalvik file.
|
class |
TypeIdItem
Representation of a type reference inside a Dalvik file.
|
| Modifier and Type | Method and Description |
|---|---|
IndexedItem |
TypeIdsSection.get(Constant cst)
Gets the item corresponding to the given
Constant. |
IndexedItem |
ClassDefsSection.get(Constant cst)
Gets the item corresponding to the given
Constant. |
IndexedItem |
StringIdsSection.get(Constant cst)
Gets the item corresponding to the given
Constant. |
IndexedItem |
HeaderSection.get(Constant cst)
Gets the item corresponding to the given
Constant. |
IndexedItem |
CallSiteIdsSection.get(Constant cst)
Gets the item corresponding to the given
Constant. |
IndexedItem |
MethodHandlesSection.get(Constant cst) |
IndexedItem |
ProtoIdsSection.get(Constant cst)
Gets the item corresponding to the given
Constant. |
IndexedItem |
FieldIdsSection.get(Constant cst)
Gets the item corresponding to the given
Constant. |
IndexedItem |
MethodIdsSection.get(Constant cst)
Gets the item corresponding to the given
Constant. |
abstract IndexedItem |
UniformItemSection.get(Constant cst)
Gets the item corresponding to the given
Constant. |
Copyright © 2020. All Rights Reserved.