Package sootup.jimple.frontend
Class JimpleClassProvider
java.lang.Object
sootup.jimple.frontend.JimpleClassProvider
- All Implemented Interfaces:
ClassProvider
- Author:
- Markus Schmidt
-
Constructor Summary
ConstructorsConstructorDescriptionJimpleClassProvider(List<BodyInterceptor> bodyInterceptors, @NonNull View view) -
Method Summary
Modifier and TypeMethodDescriptioncreateClassSource(AnalysisInputLocation inputlocation, Path sourcePath, ClassType classSignature) Returns the file type that is handled by this provider, e.g. class, jimple, java
-
Constructor Details
-
JimpleClassProvider
-
-
Method Details
-
createClassSource
public Optional<SootClassSource> createClassSource(AnalysisInputLocation inputlocation, Path sourcePath, ClassType classSignature) - Specified by:
createClassSourcein interfaceClassProvider
-
getHandledFileType
Description copied from interface:ClassProviderReturns the file type that is handled by this provider, e.g. class, jimple, java- Specified by:
getHandledFileTypein interfaceClassProvider
-