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 Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 static List<ModuleElement.RequiresDirective>
ElementFilter. requiresIn(Iterable<? extends ModuleElement.Directive> directives)
在directives
返回requires
指令的列表。
-