Uses of Enum
sootup.java.core.ModuleModifier
Packages that use ModuleModifier
-
Uses of ModuleModifier in sootup.java.bytecode.frontend.conversion
Methods in sootup.java.bytecode.frontend.conversion that return types with arguments of type ModuleModifierModifier and TypeMethodDescriptionAsmModuleSource.getModifiers()
static EnumSet<ModuleModifier>
AsmUtil.getModuleModifiers
(int access) -
Uses of ModuleModifier in sootup.java.core
Methods in sootup.java.core that return ModuleModifierModifier and TypeMethodDescriptionstatic ModuleModifier
Returns the enum constant of this type with the specified name.static ModuleModifier[]
ModuleModifier.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in sootup.java.core that return types with arguments of type ModuleModifierModifier and TypeMethodDescriptionJavaModuleInfo.getModifiers()
JavaModuleInfo.ModuleReference.getModifiers()
JavaModuleInfo.PackageReference.getModifiers()
Constructor parameters in sootup.java.core with type arguments of type ModuleModifierModifierConstructorDescriptionModuleReference
(ModuleSignature moduleInfo, EnumSet<ModuleModifier> accessModifier) PackageReference
(ModulePackageName packageName, EnumSet<ModuleModifier> modifier, Collection<ModuleSignature> targetModules)