|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.EntryPoints
Returns the various potential entry points of a Java program.
Constructor Summary | |
EntryPoints(soot.Singletons.Global g)
|
Method Summary | |
List |
all()
Returns all the entry points. |
List |
application()
Returns only the application entry points, not including entry points invoked implicitly by the VM. |
List |
clinits()
Returns a list of all static initializers. |
List |
clinitsOf(SootClass cl)
Returns a list of all clinits of class cl and its superclasses. |
List |
implicit()
Returns only the entry points invoked implicitly by the VM. |
List |
inits()
Returns a list of all constructors taking no arguments. |
List |
mainsOfApplicationClasses()
Returns a list of all concrete main(String[]) methods of all application classes. |
List |
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(soot.Singletons.Global g)
Method Detail |
public static EntryPoints v()
public List application()
public List implicit()
public List all()
public List clinits()
public List inits()
public List methodsOfApplicationClasses()
public List mainsOfApplicationClasses()
public List clinitsOf(SootClass cl)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |