| Package | Description |
|---|---|
| com.android.dx.dex.cf |
Classes for translating Java classfiles into Dalvik classes.
|
| com.android.dx.dex.file |
| Modifier and Type | Method and Description |
|---|---|
static ClassDefItem |
CfTranslator.translate(DxContext context,
DirectClassFile cf,
byte[] bytes,
CfOptions cfOptions,
DexOptions dexOptions,
DexFile dexFile)
Takes a
byte[], interprets it as a Java classfile, and
translates it into a ClassDefItem. |
| Modifier and Type | Method and Description |
|---|---|
ClassDefItem |
DexFile.getClassOrNull(java.lang.String name)
Gets the class definition with the given name, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassDefsSection.add(ClassDefItem clazz)
Adds an element to this instance.
|
void |
DexFile.add(ClassDefItem clazz)
Adds a class to this instance.
|
Copyright © 2020. All Rights Reserved.