JavaScript is disabled on your browser.
跳过导航
概述
模块
软件包
类
使用
树
已过时的
索引
帮助
Java SE 11 & JDK 11
所有类
SEARCH:
JavaScript is disabled on your browser.
Uses of Interface
javax.lang.model.element.ModuleElement.DirectiveVisitor
Packages that use
ModuleElement.DirectiveVisitor
软件包
描述
javax.lang.model.element
用于建模Java编程语言元素的接口。
Uses of
ModuleElement.DirectiveVisitor
in
javax.lang.model.element
Methods in
javax.lang.model.element
with parameters of type
ModuleElement.DirectiveVisitor
变量和类型
方法
描述
<R,P>
R
ModuleElement.Directive.
accept
(
ModuleElement.DirectiveVisitor
<R,P> v, P p)
将访问者应用于此指令。