public class InnerClassInfo extends 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,
String simpleName,
int innerType) |
| Modifier and Type | Method and Description |
|---|---|
int |
getInnerType() |
SootClass |
getOuterClass() |
String |
getSimpleName() |
public static final int NESTED
public static final int STATIC
public static final int LOCAL
public static final int ANON
Copyright © 2020 Soot OSS. All rights reserved.