Package sootup.java.core
Interface ModuleInfoAnalysisInputLocation
- All Superinterfaces:
AnalysisInputLocation
- All Known Implementing Classes:
JavaModulePathAnalysisInputLocation
,JrtFileSystemAnalysisInputLocation
,ModuleMultiReleaseJarAnalysisInputLocation
- Author:
- Markus Schmidt
Interface to mark AnalysisInputLocations that are capable of retreiving JavaModuleInformations
-
Method Summary
Modifier and TypeMethodDescriptiongetModuleInfo
(ModuleSignature sig, View view) getModules
(View view) Collection<? extends SootClassSource>
getModulesClassSources
(ModuleSignature moduleSignature, View view) Methods inherited from interface sootup.core.inputlocation.AnalysisInputLocation
getBodyInterceptors, getClassSource, getClassSources, getSourceType
-
Method Details
-
getModulesClassSources
Collection<? extends SootClassSource> getModulesClassSources(@Nonnull ModuleSignature moduleSignature, @Nonnull View view) -
getModuleInfo
-
getModules
-