Uses of Enum Class
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 class with the specified name.static ModuleModifier[]
ModuleModifier.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in sootup.java.core that return types with arguments of type ModuleModifierModifier and TypeMethodDescriptionJavaModuleInfo.getModifiers()
@NonNull EnumSet<ModuleModifier>
JavaModuleInfo.ModuleReference.getModifiers()
@NonNull EnumSet<ModuleModifier>
JavaModuleInfo.PackageReference.getModifiers()
Constructor parameters in sootup.java.core with type arguments of type ModuleModifierModifierConstructorDescriptionModuleReference
(@NonNull ModuleSignature moduleInfo, @NonNull EnumSet<ModuleModifier> accessModifier) PackageReference
(@NonNull ModulePackageName packageName, @NonNull EnumSet<ModuleModifier> modifier, @NonNull Collection<ModuleSignature> targetModules)