public class DexInnerClassParser
extends java.lang.Object
| Constructor and Description |
|---|
DexInnerClassParser() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getOuterClassNameFromTag(InnerClassTag icTag)
Gets the name of the outer class (in Soot notation) from the given
InnerClassTag
|
public static java.lang.String getOuterClassNameFromTag(InnerClassTag icTag)
icTag - The InnerClassTag from which to read the name of the outer
class