| Package | Description |
|---|---|
| com.android.dx.dex.file |
| 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 © 2014. All Rights Reserved.