|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dex | |
|---|---|
| com.android.dex | |
| Uses of Dex in com.android.dex |
|---|
| Methods in com.android.dex that return Dex | |
|---|---|
static Dex |
Dex.create(ByteBuffer data)
Creates a new dex from the contents of bytes. |
| Methods in com.android.dex with parameters of type Dex | |
|---|---|
void |
TableOfContents.readFrom(Dex dex)
|
| Constructors in com.android.dex with parameters of type Dex | |
|---|---|
Annotation(Dex dex,
byte visibility,
EncodedValue encodedAnnotation)
|
|
ClassDef(Dex buffer,
int offset,
int typeIndex,
int accessFlags,
int supertypeIndex,
int interfacesOffset,
int sourceFileIndex,
int annotationsOffset,
int classDataOffset,
int staticValuesOffset)
|
|
FieldId(Dex dex,
int declaringClassIndex,
int typeIndex,
int nameIndex)
|
|
MethodId(Dex dex,
int declaringClassIndex,
int protoIndex,
int nameIndex)
|
|
ProtoId(Dex dex,
int shortyIndex,
int returnTypeIndex,
int parametersOffset)
|
|
TypeList(Dex dex,
short[] types)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||