Interface ValueTree

All Superinterfaces:
DocTree, InlineTagTree
public interface ValueTree
extends InlineTagTree

A tree node for an @value inline tag.

{ @value reference }

Since:
1.8

Nested Classes

Nested classes/interfaces declared in interface com.sun.source.doctree.DocTree

DocTree.Kind

Methods

Modifier and Type Method Description
ReferenceTree getReference()

Returns the reference to the value.

Methods declared in interface com.sun.source.doctree.DocTree

accept, getKind

Methods declared in interface com.sun.source.doctree.InlineTagTree

getTagName

Methods

getReference

ReferenceTree getReference()

Returns the reference to the value.

Returns:
the reference