public class MicroModel extends AndroidModel
Constructor and Description |
---|
MicroModel(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, toString
public MicroModel(IClassHierarchy cha, AnalysisOptions options, AnalysisCache cache, Atom target)
protected boolean selectEntryPoint(AndroidEntryPoint ep)
selectEntryPoint
in class AndroidModel
ep
- The EntryPoint in questionpublic Atom getName()
getName
in class AndroidModel
public SummarizedMethod getMethod() throws CancelException
AndroidModel
getMethod
in class AndroidModel
CancelException