Uses of Interface
javax.lang.model.element.ModuleElement.RequiresDirective
-
Packages that use ModuleElement.RequiresDirective 软件包 描述 javax.lang.model.element 用于建模Java编程语言元素的接口。javax.lang.model.util 公用事业协助处理 program elements和 types 。 -
-
Uses of ModuleElement.RequiresDirective in javax.lang.model.element
Methods in javax.lang.model.element with parameters of type ModuleElement.RequiresDirective 变量和类型 方法 描述 R
ModuleElement.DirectiveVisitor. visitRequires(ModuleElement.RequiresDirective d, P p)
访问requires
指令。 -
Uses of ModuleElement.RequiresDirective in javax.lang.model.util
Methods in javax.lang.model.util that return types with arguments of type ModuleElement.RequiresDirective 变量和类型 方法 描述 static List<ModuleElement.RequiresDirective>
ElementFilter. requiresIn(Iterable<? extends ModuleElement.Directive> directives)
返回列表requires
在指令directives
。
-