Package qilin.core.builder
Class FakeMainFactory.EntryPoints
java.lang.Object
qilin.core.builder.FakeMainFactory.EntryPoints
- Enclosing class:
- FakeMainFactory
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddMethod(List<SootMethod> set, String methodSig) protected voidaddMethod(List<SootMethod> set, SootClass cls, MethodSubSignature methodSubSig) all()Returns all the entry points.Returns only the application entry points, not including entry points invoked implicitly by the VM.clinits()Returns a list of all static initializers.Returns a list of all clinits of class cl and its superclasses.implicit()Returns only the entry points invoked implicitly by the VM.
-
Method Details
-
addMethod
-
addMethod
-
application
Returns only the application entry points, not including entry points invoked implicitly by the VM. -
implicit
Returns only the entry points invoked implicitly by the VM. -
all
Returns all the entry points. -
clinits
Returns a list of all static initializers. -
clinitsOf
Returns a list of all clinits of class cl and its superclasses.
-