模块 jdk.compiler

接口 UsesTree

所有父级接口:
BlockTagTree , DocTree

public interface UsesTree extends BlockTagTree
@uses 块标记的树节点。
  @uses service-type description
 
自从:
9
  • 方法详情

    • getServiceType

      ReferenceTree  getServiceType()
      返回所记录的服务类型的名称。
      返回:
      服务类型的名称
    • getDescription

      List <? extends DocTree > getDescription()
      返回模块内服务类型使用的描述。
      返回:
      说明