public class IntentStarters extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IntentStarters.StarterFlags
The flags influence the later model.
|
static class |
IntentStarters.StartInfo
Contains information on how to call a starter-function.
|
Constructor and Description |
---|
IntentStarters(IClassHierarchy cha) |
Modifier and Type | Method and Description |
---|---|
IntentStarters.StartInfo |
getInfo(MethodReference mRef) |
IntentStarters.StartInfo |
getInfo(Selector mSel) |
Set<Selector> |
getKnownMethods() |
boolean |
isStarter(MethodReference mRef) |
public IntentStarters(IClassHierarchy cha)
public boolean isStarter(MethodReference mRef)
public IntentStarters.StartInfo getInfo(MethodReference mRef)
public IntentStarters.StartInfo getInfo(Selector mSel)