public class FakeMainFactory.EntryPoints extends Object
| Modifier and Type | Method and Description |
|---|---|
protected void |
addMethod(List<SootMethod> set,
SootClass cls,
MethodSubSignature methodSubSig) |
protected void |
addMethod(List<SootMethod> set,
String methodSig) |
List<SootMethod> |
all()
Returns all the entry points.
|
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.
|
Iterable<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.
|
protected void addMethod(List<SootMethod> set, SootClass cls, MethodSubSignature methodSubSig)
protected void addMethod(List<SootMethod> set, String methodSig)
public List<SootMethod> application()
public List<SootMethod> implicit()
public List<SootMethod> all()
public List<SootMethod> clinits()
public Iterable<SootMethod> clinitsOf(SootClass cl)
Copyright © 2024 Soot OSS. All rights reserved.