- 所有超级接口:
-
DocTree
一个指向Java语言元素的引用的树节点。
package.class#field package.class#method(arg-types)
- 自Java版本:
- 1.8
-
Nested Class Summary
Nested classes/interfaces declared in interface com.sun.source.doctree.DocTree
DocTree.Kind
-
Method Summary
-
Method Details
-
getSignature
String getSignature()返回被引用的Java语言元素的签名,如在@see
和类似节点中找到的那样。- 返回:
- 签名
-