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.requiresStructMethod parameters in org.openjdk.asmtools.jasm with type arguments of type ModuleContent.DependenceModifier and TypeMethodDescriptionprivate voidParser.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.requiresfinal Set<ModuleContent.Dependence> ModuleContent.requiresMethods in org.openjdk.asmtools.jdis with parameters of type ModuleContent.DependenceModifier and TypeMethodDescriptionModuleContent.Builder.require(ModuleContent.Dependence dependence)