Uses of Class
org.openjdk.asmtools.jdis.ModuleContent.Dependence
Packages that use ModuleContent.Dependence
-
Uses of ModuleContent.Dependence in org.openjdk.asmtools.jasm
Fields in org.openjdk.asmtools.jasm with type parameters of type ModuleContent.DependenceModifier and TypeFieldDescription(package private) Consumer<ModuleContent.Dependence>
ModuleAttr.requires
(package private) ModuleAttr.SetStruct<ModuleContent.Dependence>
ModuleAttr.Content.requiresStruct
Method parameters in org.openjdk.asmtools.jasm with type arguments of type ModuleContent.DependenceModifier and TypeMethodDescriptionprivate void
Parser.scanRequires
(Consumer<ModuleContent.Dependence> action) Scans ModuleStatement: requires [transitive|static|mandated|synthetic] ModuleName ; Scans ModuleStatement: requires [transitive|static|mandated|synthetic] #ref ; -
Uses of ModuleContent.Dependence in org.openjdk.asmtools.jdis
Fields in org.openjdk.asmtools.jdis with type parameters of type ModuleContent.DependenceModifier and TypeFieldDescription(package private) final Set<ModuleContent.Dependence>
ModuleContent.Builder.requires
final Set<ModuleContent.Dependence>
ModuleContent.requires
Methods in org.openjdk.asmtools.jdis with parameters of type ModuleContent.DependenceModifier and TypeMethodDescriptionModuleContent.Builder.require
(ModuleContent.Dependence dependence)