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 变量和类型 接口 描述 interfaceExportsTree模块声明中'exports'指令的树节点。interfaceOpensTree模块声明中“opens”指令的树节点。interfaceProvidesTree模块声明中“provide”指令的树节点。interfaceRequiresTree模块声明中“requires”指令的树节点。interfaceUsesTree模块声明中“uses”指令的树节点。Methods in com.sun.source.tree that return types with arguments of type DirectiveTree 变量和类型 方法 描述 List<? extends DirectiveTree>ModuleTree. getDirectives()Returns the directives in the module declaration. 
 -