Package sootup.core.frontend


package sootup.core.frontend
  • Class
    Description
    A class which holds the information of a methods body and knows how to produce a Body for a SootMethod.
    Responsible for creating SootClassSourcees based on the handled file type (.class, .jimple, .java, .dex, etc).
    Allows for replacing specific parts of a method or, resolve methods where all information is already existing.
     
    SootClassSource represents a Compilation Unit (Interpretation Unit for interpreted languages). e.g. its connecting a file with source(code) to a Signature that a View can resolve.