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
class