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(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) |
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 Set<com.ibm.wala.types.Selector> getKnownMethods()
Copyright © 2019. All rights reserved.