-
-
Nested Class Summary
-
Nested classes/interfaces declared in interface com.sun.source.doctree.DocTree
DocTree.Kind
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSignature()
Returns the signature of the Java language element being referenced, as found in@see
and similar nodes.
-
-
-
Method Detail
-
getSignature
String getSignature()
Returns the signature of the Java language element being referenced, as found in@see
and similar nodes.- Returns:
- the signature.
-
-