public class EntryPoints
extends java.lang.Object
| Constructor and Description |
|---|
EntryPoints(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
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.util.List<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 EntryPoints(Singletons.Global g)
public static EntryPoints v()
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.util.List<SootMethod> clinitsOf(SootClass cl)
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.