public class InnerClassInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ANON |
static int |
LOCAL |
static int |
NESTED |
static int |
STATIC |
Constructor and Description |
---|
InnerClassInfo(SootClass outerClass,
java.lang.String simpleName,
int innerType) |
Modifier and Type | Method and Description |
---|---|
int |
getInnerType() |
SootClass |
getOuterClass() |
java.lang.String |
getSimpleName() |
public static final int NESTED
public static final int STATIC
public static final int LOCAL
public static final int ANON
public InnerClassInfo(SootClass outerClass, java.lang.String simpleName, int innerType)
public SootClass getOuterClass()
public java.lang.String getSimpleName()
public int getInnerType()