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