public class IntentStarters
extends java.lang.Object
This is used by the IntentContextSelector to add an IntentContext to this Methods.
TODO: TODO: Fill in better values for targetAccuracy and componentType TODO: Add declaring class
| 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(com.ibm.wala.ipa.cha.IClassHierarchy cha) |
| Modifier and Type | Method and Description |
|---|---|
IntentStarters.StartInfo |
getInfo(com.ibm.wala.types.MethodReference mRef) |
IntentStarters.StartInfo |
getInfo(com.ibm.wala.types.Selector mSel) |
java.util.Set<com.ibm.wala.types.Selector> |
getKnownMethods() |
boolean |
isStarter(com.ibm.wala.types.MethodReference mRef) |
public boolean isStarter(com.ibm.wala.types.MethodReference mRef)
public IntentStarters.StartInfo getInfo(com.ibm.wala.types.MethodReference mRef)
public IntentStarters.StartInfo getInfo(com.ibm.wala.types.Selector mSel)
public java.util.Set<com.ibm.wala.types.Selector> getKnownMethods()