Class FakeMainFactory.EntryPoints

java.lang.Object
qilin.core.builder.FakeMainFactory.EntryPoints
Enclosing class:
FakeMainFactory

public class FakeMainFactory.EntryPoints extends Object
  • Method Details

    • addMethod

      protected void addMethod(List<SootMethod> set, SootClass cls, MethodSubSignature methodSubSig)
    • addMethod

      protected void addMethod(List<SootMethod> set, String methodSig)
    • application

      public List<SootMethod> application()
      Returns only the application entry points, not including entry points invoked implicitly by the VM.
    • implicit

      public List<SootMethod> implicit()
      Returns only the entry points invoked implicitly by the VM.
    • all

      public List<SootMethod> all()
      Returns all the entry points.
    • clinits

      public List<SootMethod> clinits()
      Returns a list of all static initializers.
    • clinitsOf

      public Iterable<SootMethod> clinitsOf(SootClass cl)
      Returns a list of all clinits of class cl and its superclasses.