public class DexMethod
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected SootClass |
declaringClass |
protected DexFile |
dexFile |
| Constructor and Description |
|---|
DexMethod(DexFile dexFile,
SootClass declaringClass) |
| Modifier and Type | Method and Description |
|---|---|
protected MethodSource |
createMethodSource(Method method) |
protected java.util.List<Type> |
getParameterTypes(Method method) |
protected java.util.List<SootClass> |
getThrownExceptions(Method method) |
SootMethod |
makeSootMethod(Method method)
Retrieve the SootMethod equivalent of this method
|
protected final DexFile dexFile
protected final SootClass declaringClass
public DexMethod(DexFile dexFile,
SootClass declaringClass)
public SootMethod makeSootMethod(Method method)
protected MethodSource createMethodSource(Method method)
protected java.util.List<Type> getParameterTypes(Method method)
protected java.util.List<SootClass> getThrownExceptions(Method method)