| Package | Description |
|---|---|
| com.android.dex | |
| com.android.dx.command.findusages | |
| com.android.dx.command.grep | |
| com.android.dx.merge |
| Modifier and Type | Method and Description |
|---|---|
void |
TableOfContents.readFrom(Dex dex) |
| Constructor and Description |
|---|
Annotation(Dex dex,
byte visibility,
EncodedValue encodedAnnotation) |
CallSiteId(Dex dex,
int offset) |
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) |
MethodHandle(Dex dex,
MethodHandle.MethodHandleType methodHandleType,
int unused1,
int fieldOrMethodId,
int unused2) |
MethodId(Dex dex,
int declaringClassIndex,
int protoIndex,
int nameIndex) |
ProtoId(Dex dex,
int shortyIndex,
int returnTypeIndex,
int parametersOffset) |
TypeList(Dex dex,
short[] types) |
| Constructor and Description |
|---|
FindUsages(Dex dex,
java.lang.String declaredBy,
java.lang.String memberName,
java.io.PrintWriter out) |
| Constructor and Description |
|---|
Grep(Dex dex,
java.util.regex.Pattern pattern,
java.io.PrintWriter out) |
| Modifier and Type | Method and Description |
|---|---|
Dex |
DexMerger.merge() |
| Constructor and Description |
|---|
DexMerger(Dex[] dexes,
CollisionPolicy collisionPolicy,
DxContext context) |
IndexMap(Dex target,
TableOfContents tableOfContents) |
Copyright © 2020. All Rights Reserved.