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