public class MiniModel extends AndroidModel
| Constructor and Description |
|---|
MiniModel(IClassHierarchy cha,
AnalysisOptions options,
AnalysisCache cache,
AndroidComponent forCompo) |
| Modifier and Type | Method and Description |
|---|---|
Descriptor |
getDescriptor() |
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.
|
String |
toString() |
build, build, getClassHierarchy, getDeclaringClass, getMethodAs, getMethodEncap, getReturnType, isStaticpublic MiniModel(IClassHierarchy cha, AnalysisOptions options, AnalysisCache cache, AndroidComponent forCompo) throws CancelException
CancelExceptionprotected boolean selectEntryPoint(AndroidEntryPoint ep)
selectEntryPoint in class AndroidModelep - The EntryPoint in questionpublic Descriptor getDescriptor() throws CancelException
getDescriptor in class AndroidModelCancelExceptionpublic Atom getName()
getName in class AndroidModelpublic SummarizedMethod getMethod() throws CancelException
AndroidModelgetMethod in class AndroidModelCancelExceptionpublic String toString()
toString in class AndroidModel