Uses of Class
sootup.core.frontend.AbstractClassSource
Package
Description
-
Uses of AbstractClassSource in sootup.apk.frontend.dexpler
-
Uses of AbstractClassSource in sootup.core.frontend
Modifier and TypeClassDescriptionclass
Allows for replacing specific parts of a class, such as fields and methods or, allows to resolve classes that are batchparsed like .java files using wala java source frontend or in tests where all information is already existing.class
Basic class for retrieving information that is needed to build aSootClass
. -
Uses of AbstractClassSource in sootup.java.bytecode.frontend.conversion
-
Uses of AbstractClassSource in sootup.java.core
Modifier and TypeClassDescriptionclass
class
class
Allows for replacing specific parts of a class, such as fields and methods or, allows to resolve classes that are batchparsed like .java files using wala java source frontend or in tests where all information is already existing. -
Uses of AbstractClassSource in sootup.java.core.views
Modifier and TypeMethodDescriptionprotected Optional<JavaSootClass>
JavaView.buildClassFrom
(AbstractClassSource classSource)