- All Superinterfaces:
 DocTree,InlineTagTree
A tree node for an 
@link or @linkplain inline tag.
 
    {@link reference label}
    {@linkplain reference label}
 - Since:
 - 1.8
 
- 
Nested Class Summary
Nested classes/interfaces declared in interface com.sun.source.doctree.DocTree
DocTree.Kind - 
Method Summary
Modifier and TypeMethodDescriptiongetLabel()Returns the label, if any, of the link.Returns the reference of the link.Methods declared in interface com.sun.source.doctree.InlineTagTree
getTagName 
- 
Method Details
- 
getReference
ReferenceTree getReference()Returns the reference of the link.- Returns:
 - the reference
 
 - 
getLabel
Returns the label, if any, of the link.- Returns:
 - the label
 
 
 -