|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object soot.EntryPoints
public class EntryPoints
Returns the various potential entry points of a Java program.
Constructor Summary | |
---|---|
EntryPoints(Singletons.Global g)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntryPoints(Singletons.Global g)
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |