Package | Description |
---|---|
soot.dexpler | |
soot.tagkit |
Classes supporting classfile annotation in Soot.
|
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
|
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() |
List<InnerClassTag> |
InnerClassAttribute.getSpecs() |
Modifier and Type | Method and Description |
---|---|
void |
InnerClassAttribute.add(InnerClassTag newt) |
void |
InnerClassAttribute.add(InnerClassTag newt) |
Constructor and Description |
---|
InnerClassAttribute(ArrayList<InnerClassTag> list) |
InnerClassAttribute(ArrayList<InnerClassTag> list) |