|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.jimple.toolkits.callgraph.EntryPoints
Returns the various potential entry points of a Java program.
Constructor Summary | |
EntryPoints(soot.Singletons.Global g)
|
Method Summary | |
java.util.List |
all()
Returns all the entry points. |
java.util.List |
application()
Returns only the application entry points, not including entry points invoked implicitly by the VM. |
java.util.List |
clinits()
Returns a list of all static initializers. |
java.util.List |
implicit()
Returns only the entry points invoked implicitly by the VM. |
java.util.List |
inits()
Returns a list of all constructors taking no arguments. |
java.util.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 java.util.List application()
public java.util.List implicit()
public java.util.List all()
public java.util.List clinits()
public java.util.List inits()
public java.util.List methodsOfApplicationClasses()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |