public class DexClass
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
accessFlags |
protected java.util.Set<? extends Annotation> |
annotations |
protected java.util.Set<SootField> |
fields |
protected java.lang.String[] |
interfaceNames |
protected java.lang.String |
name |
protected java.util.Set<SootMethod> |
soot_methods |
protected java.lang.String |
superClassName |
protected java.lang.String |
type |
protected java.util.Set<Type> |
types |
| Modifier and Type | Method and Description |
|---|---|
static IInitialResolver.Dependencies |
makeSootClass(SootClass sc,
ClassDef defItem,
DexFile dexFile) |
protected java.lang.String name
protected java.lang.String type
protected java.lang.String superClassName
protected java.lang.String[] interfaceNames
protected java.util.Set<? extends Annotation> annotations
protected java.util.Set<SootField> fields
protected java.util.Set<SootMethod> soot_methods
protected java.util.Set<Type> types
protected int accessFlags
public static IInitialResolver.Dependencies makeSootClass(SootClass sc, ClassDef defItem, DexFile dexFile)