| 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(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(String name)
Gets the class definition with the given name, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DexFile.add(ClassDefItem clazz)
Adds a class to this instance.
|
void |
ClassDefsSection.add(ClassDefItem clazz)
Adds an element to this instance.
|
Copyright © 2016. All Rights Reserved.