@Deprecated public class DexFakeRootMethod extends com.ibm.wala.ipa.callgraph.impl.AbstractRootMethod
| Modifier and Type | Field and Description |
|---|---|
static com.ibm.wala.types.Descriptor |
descr
Deprecated.
|
static com.ibm.wala.util.strings.Atom |
name
Deprecated.
|
static Map<com.ibm.wala.types.TypeReference,Integer> |
referenceTypeMap
Deprecated.
|
static com.ibm.wala.types.MethodReference |
rootMethod
Deprecated.
|
| Constructor and Description |
|---|
DexFakeRootMethod(com.ibm.wala.ipa.cha.IClassHierarchy cha,
com.ibm.wala.ipa.callgraph.AnalysisOptions options,
com.ibm.wala.ipa.callgraph.IAnalysisCacheView cache)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
com.ibm.wala.ssa.SSANewInstruction |
addAllocation(com.ibm.wala.types.TypeReference T)
Deprecated.
|
static com.ibm.wala.types.MethodReference |
getRootMethod()
Deprecated.
|
static boolean |
isFakeRootMethod(com.ibm.wala.types.MemberReference m)
Deprecated.
|
static boolean |
isFromFakeRoot(com.ibm.wala.cfg.IBasicBlock<?> block)
Deprecated.
|
add1DArrayAllocation, addAllocationWithoutCtor, addCheckcast, addGetArrayField, addGetInstance, addGetStatic, addInvocation, addLocal, addPhi, addReturn, addSetArrayField, addSetInstance, addSetStatic, getInterpreter, getStatements, getValueNumberForByteConstant, getValueNumberForCharConstant, getValueNumberForIntConstant, makeIRequals, getAnnotations, getBytecodeStream, getClassHierarchy, getDeclaredExceptions, getDeclaringClass, getDescriptor, getLineNumber, getLocalVariableName, getMaxLocals, getMaxStackHeight, getName, getNumberOfParameters, getParameterSourcePosition, getParameterType, getPoison, getPoisonLevel, getReference, getReturnType, getSelector, getSignature, getSourcePosition, getStatements, hasExceptionHandler, hashCode, hasLocalVariableTable, hasPoison, isAbstract, isBridge, isClinit, isFactoryMethod, isFinal, isInit, isNative, isPrivate, isProtected, isPublic, isStatic, isSynchronized, isSynthetic, makeControlFlowGraph, toStringpublic static final com.ibm.wala.util.strings.Atom name
public static final com.ibm.wala.types.Descriptor descr
public static final com.ibm.wala.types.MethodReference rootMethod
public DexFakeRootMethod(com.ibm.wala.ipa.cha.IClassHierarchy cha,
com.ibm.wala.ipa.callgraph.AnalysisOptions options,
com.ibm.wala.ipa.callgraph.IAnalysisCacheView cache)
public com.ibm.wala.ssa.SSANewInstruction addAllocation(com.ibm.wala.types.TypeReference T)
addAllocation in class com.ibm.wala.ipa.callgraph.impl.AbstractRootMethodpublic static boolean isFakeRootMethod(com.ibm.wala.types.MemberReference m)
IllegalArgumentException - if m is nullpublic static boolean isFromFakeRoot(com.ibm.wala.cfg.IBasicBlock<?> block)
IllegalArgumentException - if block is nullpublic static com.ibm.wala.types.MethodReference getRootMethod()
Copyright © 2017. All rights reserved.