Package sootup.core.frontend
package sootup.core.frontend
-
ClassDescriptionA class which holds the information of a methods body and knows how to produce a Body for a SootMethod.Responsible for creating
SootClassSource
es 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 aSignature
that aView
can resolve.