Package sootup.apk.frontend.dexpler
Class DexClassProvider
java.lang.Object
sootup.apk.frontend.dexpler.DexClassProvider
- All Implemented Interfaces:
ClassProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateClassSource
(AnalysisInputLocation inputLocation, Path sourcePath, ClassType classSignature) Returns the file type that is handled by this provider, e.g.
-
Constructor Details
-
DexClassProvider
-
-
Method Details
-
createClassSource
public Optional<SootClassSource> createClassSource(AnalysisInputLocation inputLocation, Path sourcePath, ClassType classSignature) - 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
-