- All Superinterfaces:
- DocTree
public interface ReferenceTree extends DocTree
A tree node for a reference to a Java language element.
 
package.class#field package.class#method(arg-types)
- Since:
- 1.8
- 
Nested Class Summary
- 
Method SummaryModifier and Type Method Description StringgetSignature()Returns the signature of the Java language element being referenced, as found in@seeand similar nodes.
- 
Method Details- 
getSignatureString getSignature()Returns the signature of the Java language element being referenced, as found in@seeand similar nodes.- Returns:
- the signature.
 
 
-