Package sootup.apk.frontend.dexpler
Class DexClassProvider
java.lang.Object
sootup.apk.frontend.dexpler.DexClassProvider
- All Implemented Interfaces:
ClassProvider
-
Constructor Summary
Constructors -
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
-
DexClassProvider
-
-
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
-