Uses of Interface
com.sun.source.tree.DirectiveTree
-
Packages that use DirectiveTree 软件包 描述 com.sun.source.tree 提供用于将源代码表示为抽象语法树(AST)的接口。 -
-
Uses of DirectiveTree in com.sun.source.tree
Subinterfaces of DirectiveTree in com.sun.source.tree Modifier and Type 接口 描述 interfaceExportsTree模块声明中的“exports”指令的树节点。interfaceOpensTree模块声明中的“打开”指令的树节点。interfaceProvidesTree模块声明中“提供”指令的树节点。interfaceRequiresTree模块声明中“require”指令的树结点。interfaceUsesTree模块声明中的'uses'指令的树节点。Methods in com.sun.source.tree that return types with arguments of type DirectiveTree Modifier and Type 方法 描述 List<? extends DirectiveTree>ModuleTree. getDirectives()Returns the directives in the module declaration.
-