Module jdk.compiler

Interface SystemPropertyTree

所有超级接口:
DocTree, InlineTagTree

public interface SystemPropertyTree extends InlineTagTree
一个用于@systemProperty内联标签的树节点。
    {@systemProperty property-name}
 
自 JDK 版本:
12
  • Nested Class Summary

    Nested classes/interfaces declared in interface com.sun.source.doctree.DocTree

    DocTree.Kind
  • Method Summary

    Modifier and Type
    Method
    Description
    返回指定的系统属性名称。

    Methods declared in interface com.sun.source.doctree.DocTree

    accept, getKind

    Methods declared in interface com.sun.source.doctree.InlineTagTree

    getTagName
  • Method Details

    • getPropertyName

      Name getPropertyName()
      返回指定的系统属性名称。
      返回:
      系统属性名称