public class DexInnerClassParser extends Object
| Constructor and Description |
|---|
DexInnerClassParser() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getOuterClassNameFromTag(InnerClassTag icTag)
Gets the name of the outer class (in Soot notation) from the given InnerClassTag
|
public static String getOuterClassNameFromTag(InnerClassTag icTag)
icTag - The InnerClassTag from which to read the name of the outer classCopyright © 2020 Soot OSS. All rights reserved.