Top Description Methods
com.sun.source.doctree

public Interface ValueTree

extends InlineTagTree
Known Direct Implementers
com.sun.tools.javac.tree.DCTree.DCValue

A tree node for an @value inline tag.
   {@value reference}
   {@value format reference}
Since
1.8

Method Summary

Modifier and TypeMethod and Description
public default TextTree

Returns:

the format string
getFormat
()

Returns the format string, or null if none was provided.

public ReferenceTree

Returns:

the reference
getReference
()

Returns the reference to the value.

Inherited from com.sun.source.doctree.InlineTagTree:
getTagName

Method Detail

getFormatback to summary
public default TextTree getFormat()

Returns the format string, or null if none was provided.

Implementation Specification

This implementation returns null.

Returns:TextTree

the format string

Since
20
getReferenceback to summary
public ReferenceTree getReference()

Returns the reference to the value.

Returns:ReferenceTree

the reference