public class IntentModel extends AndroidModel
| Constructor and Description |
|---|
IntentModel(IClassHierarchy cha,
AnalysisOptions options,
AnalysisCache cache,
Atom target) |
| Modifier and Type | Method and Description |
|---|---|
SummarizedMethod |
getMethod()
Building the SummarizedMethod is delayed upon the first class to this method.
|
Atom |
getName() |
protected boolean |
selectEntryPoint(AndroidEntryPoint ep)
Restrict the model to Activities.
|
build, build, getClassHierarchy, getDeclaringClass, getDescriptor, getMethodAs, getMethodEncap, getReturnType, isStatic, toStringpublic IntentModel(IClassHierarchy cha, AnalysisOptions options, AnalysisCache cache, Atom target)
protected boolean selectEntryPoint(AndroidEntryPoint ep)
selectEntryPoint in class AndroidModelep - The EntryPoint in questionpublic Atom getName()
getName in class AndroidModelpublic SummarizedMethod getMethod() throws CancelException
AndroidModelgetMethod in class AndroidModelCancelException