public class MiniModel extends AndroidModel
| Constructor and Description |
|---|
MiniModel(com.ibm.wala.ipa.cha.IClassHierarchy cha,
com.ibm.wala.ipa.callgraph.AnalysisOptions options,
com.ibm.wala.ipa.callgraph.IAnalysisCacheView cache,
AndroidComponent forCompo) |
| Modifier and Type | Method and Description |
|---|---|
com.ibm.wala.types.Descriptor |
getDescriptor() |
com.ibm.wala.ipa.summaries.SummarizedMethod |
getMethod()
Building the SummarizedMethod is delayed upon the first class to this method.
|
com.ibm.wala.util.strings.Atom |
getName() |
protected boolean |
selectEntryPoint(AndroidEntryPoint ep)
Restrict the model to Activities.
|
String |
toString() |
build, build, getClassHierarchy, getDeclaringClass, getMethodAs, getMethodEncap, getReturnType, isStaticpublic MiniModel(com.ibm.wala.ipa.cha.IClassHierarchy cha,
com.ibm.wala.ipa.callgraph.AnalysisOptions options,
com.ibm.wala.ipa.callgraph.IAnalysisCacheView cache,
AndroidComponent forCompo)
protected boolean selectEntryPoint(AndroidEntryPoint ep)
selectEntryPoint in class AndroidModelep - The EntryPoint in questionpublic com.ibm.wala.types.Descriptor getDescriptor()
throws com.ibm.wala.util.CancelException
getDescriptor in class AndroidModelcom.ibm.wala.util.CancelExceptionpublic com.ibm.wala.util.strings.Atom getName()
getName in class AndroidModelpublic com.ibm.wala.ipa.summaries.SummarizedMethod getMethod()
throws com.ibm.wala.util.CancelException
AndroidModelgetMethod in class AndroidModelcom.ibm.wala.util.CancelExceptionpublic String toString()
toString in class AndroidModelCopyright © 2019. All rights reserved.