- 
- All Superinterfaces:
- DocTree,- InlineTagTree
 
 public interface ValueTree extends InlineTagTree A tree node for an @value inline tag.{ @value reference } - Since:
- 1.8
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces declared in interface com.sun.source.doctree.DocTreeDocTree.Kind
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferenceTreegetReference()Returns the reference to the value.- 
Methods declared in interface com.sun.source.doctree.InlineTagTreegetTagName
 
- 
 
- 
- 
- 
Method Detail- 
getReferenceReferenceTree getReference() Returns the reference to the value.- Returns:
- the reference
 
 
- 
 
-