Class AsmJavaClassProvider
java.lang.Object
sootup.java.bytecode.frontend.conversion.AsmJavaClassProvider
- All Implemented Interfaces:
ClassProvider
A
ClassProvider
capable of handling Java bytecode-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateClassSource
(@NonNull AnalysisInputLocation analysisInputLocation, @NonNull Path sourcePath, @NonNull ClassType classType) @NonNull FileType
Returns the file type that is handled by this provider, e.g. class, jimple, java
-
Constructor Details
-
AsmJavaClassProvider
-
-
Method Details
-
createClassSource
public Optional<SootClassSource> createClassSource(@NonNull AnalysisInputLocation analysisInputLocation, @NonNull Path sourcePath, @NonNull ClassType classType) - Specified by:
createClassSource
in interfaceClassProvider
-
getHandledFileType
Description copied from interface:ClassProvider
Returns the file type that is handled by this provider, e.g. class, jimple, java- Specified by:
getHandledFileType
in interfaceClassProvider
-