| Package | Description |
|---|---|
| soot |
Base Soot classes, shared by different intermediate representations.
|
| soot.dexpler | |
| soot.tagkit |
Classes supporting classfile annotation in Soot.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractASMBackend.writeInnerClassTags(List<InnerClassTag> sortedTags)
Write out the given sorted list of inner class tags
|
| Modifier and Type | Method and Description |
|---|---|
static String |
DexInnerClassParser.getOuterClassNameFromTag(InnerClassTag icTag)
Gets the name of the outer class (in Soot notation) from the given InnerClassTag
|
| Modifier and Type | Method and Description |
|---|---|
List<InnerClassTag> |
InnerClassAttribute.getSpecs() |
| Modifier and Type | Method and Description |
|---|---|
void |
InnerClassAttribute.add(InnerClassTag newt) |
| Constructor and Description |
|---|
InnerClassAttribute(ArrayList<InnerClassTag> list) |
Copyright © 2020 Soot OSS. All rights reserved.