Contents
Interface ReferenceTree
-
Nested Class Summary
Nested classes/interfaces declared in interface com.sun.source.doctree.DocTree
DocTree.Kind
-
Method Summary
Modifier and TypeMethodDescriptionReturns the signature of the Java language element being referenced, as found in@see
and similar nodes.
-
Method Details
-
getSignature
String getSignature()Returns the signature of the Java language element being referenced, as found in@see
and similar nodes.- Returns:
- the signature
-