Uses of Class
sootup.java.core.JavaModuleInfo
Packages that use JavaModuleInfo
Package
Description
-
Uses of JavaModuleInfo in sootup.java.bytecode.frontend.conversion
Subclasses of JavaModuleInfo in sootup.java.bytecode.frontend.conversion -
Uses of JavaModuleInfo in sootup.java.bytecode.frontend.inputlocation
Methods in sootup.java.bytecode.frontend.inputlocation that return types with arguments of type JavaModuleInfoModifier and TypeMethodDescriptionJavaModulePathAnalysisInputLocation.getModuleInfo
(ModuleSignature sig, View view) JrtFileSystemAnalysisInputLocation.getModuleInfo
(ModuleSignature sig, View view) ModuleFinder.getModuleInfo
(ModuleSignature sig) ModuleMultiReleaseJarAnalysisInputLocation.getModuleInfo
(ModuleSignature sig, View view) -
Uses of JavaModuleInfo in sootup.java.core
Methods in sootup.java.core that return JavaModuleInfoModifier and TypeMethodDescriptionstatic JavaModuleInfo
JavaModuleInfo.createAutomaticModuleInfo
(ModuleSignature moduleName) Represents the automatic module (e.g.static JavaModuleInfo
JavaModuleInfo.getUnnamedModuleInfo()
Represents all Packages from the ClasspathMethods in sootup.java.core that return types with arguments of type JavaModuleInfoModifier and TypeMethodDescriptionModuleInfoAnalysisInputLocation.getModuleInfo
(ModuleSignature sig, View view) -
Uses of JavaModuleInfo in sootup.java.core.views
Methods in sootup.java.core.views that return types with arguments of type JavaModuleInfo