Class AsmJavaClassProvider
java.lang.Object
sootup.java.bytecode.frontend.conversion.AsmJavaClassProvider
- All Implemented Interfaces:
ClassProvider
A
ClassProvider
capable of handling Java bytecode-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateClassSource
(AnalysisInputLocation analysisInputLocation, Path sourcePath, ClassType classType) Returns the file type that is handled by this provider, e.g.
-
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
-