public class SystemServiceModel extends AndroidModel
IntentContextInterpreter| Constructor and Description |
|---|
SystemServiceModel(IClassHierarchy cha,
AnalysisOptions options,
AnalysisCache cache,
Atom target) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
build(Atom name,
Collection<? extends AndroidEntryPoint> entrypoints)
Generate the SummarizedMethod for the model (in this.model).
|
SummarizedMethod |
getMethod()
Building the SummarizedMethod is delayed upon the first class to this method.
|
protected boolean |
selectEntryPoint(AndroidEntryPoint ep)
Do not call any EntryPoint.
|
build, getClassHierarchy, getDeclaringClass, getDescriptor, getMethodAs, getMethodEncap, getName, getReturnType, isStatic, toStringpublic final Atom name
public SystemServiceModel(IClassHierarchy cha, AnalysisOptions options, AnalysisCache cache, Atom target)
protected boolean selectEntryPoint(AndroidEntryPoint ep)
selectEntryPoint in class AndroidModelep - The EntryPoint in questionpublic SummarizedMethod getMethod() throws CancelException
AndroidModelgetMethod in class AndroidModelCancelExceptionprotected void build(Atom name, Collection<? extends AndroidEntryPoint> entrypoints)
AndroidModelAndroidModel.getMethod() to retrieve the method generated here or getMethodAs to get a version
which is wrapped to another signature.build in class AndroidModelname - The name the generated method will be known asentrypoints - The functions to call additionally to boot-code and XXX