- All Superinterfaces:
- DocTree,- InlineTagTree
A tree node for an 
@value inline tag.
 
    {@value reference}
    {@value format reference}
 - Since:
- 1.8
- 
Nested Class SummaryNested classes/interfaces declared in interface com.sun.source.doctree.DocTreeDocTree.Kind
- 
Method SummaryModifier and TypeMethodDescriptiondefault TextTreeReturns the format string, ornullif none was provided.Returns the reference to the value.Methods declared in interface com.sun.source.doctree.InlineTagTreegetTagName
- 
Method Details- 
getReferenceReferenceTree getReference()Returns the reference to the value.- Returns:
- the reference
 
- 
getFormatReturns the format string, ornullif none was provided.- Implementation Requirements:
- This implementation returns null.
- Returns:
- the format string
- Since:
- 20
 
 
-