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, isStatic
public MiniModel(IClassHierarchy cha, AnalysisOptions options, AnalysisCache cache, AndroidComponent forCompo) throws CancelException
CancelException
protected boolean selectEntryPoint(AndroidEntryPoint ep)
selectEntryPoint
in class AndroidModel
ep
- The EntryPoint in questionpublic Descriptor getDescriptor() throws CancelException
getDescriptor
in class AndroidModel
CancelException
public Atom getName()
getName
in class AndroidModel
public SummarizedMethod getMethod() throws CancelException
AndroidModel
getMethod
in class AndroidModel
CancelException
public String toString()
toString
in class AndroidModel