public class EntryPoints extends Object
Constructor and Description |
---|
EntryPoints(Singletons.Global g) |
Modifier and Type | Method and Description |
---|---|
List<SootMethod> |
all()
Returns all the entry points.
|
List<SootMethod> |
allInits()
Returns a list of all constructors.
|
List<SootMethod> |
application()
Returns only the application entry points, not including entry points
invoked implicitly by the VM.
|
List<SootMethod> |
clinits()
Returns a list of all static initializers.
|
List<SootMethod> |
clinitsOf(SootClass cl)
Returns a list of all clinits of class cl and its superclasses.
|
List<SootMethod> |
implicit()
Returns only the entry points invoked implicitly by the VM.
|
List<SootMethod> |
inits()
Returns a list of all constructors taking no arguments.
|
List<SootMethod> |
mainsOfApplicationClasses()
Returns a list of all concrete main(String[]) methods of all
application classes.
|
List<SootMethod> |
methodsOfApplicationClasses()
Returns a list of all concrete methods of all application classes.
|
static EntryPoints |
v() |
public EntryPoints(Singletons.Global g)
public static EntryPoints v()
public List<SootMethod> application()
public List<SootMethod> implicit()
public List<SootMethod> all()
public List<SootMethod> clinits()
public List<SootMethod> inits()
public List<SootMethod> allInits()
public List<SootMethod> methodsOfApplicationClasses()
public List<SootMethod> mainsOfApplicationClasses()
public List<SootMethod> clinitsOf(SootClass cl)