Top Description Methods
com.sun.source.doctree

public Interface EntityTree

extends DocTree
Known Direct Implementers
com.sun.tools.javac.tree.DCTree.DCEntity
Imports
javax.lang.model.element.Name

A tree node for an HTML entity.
   &name;
   &#digits;
   &#Xhex-digits;
Since
1.8

Method Summary

Modifier and TypeMethod and Description
public Name

Returns:

the name or value of the entity
getName
()

Returns the name or value of the entity.

Inherited from com.sun.source.doctree.DocTree:
acceptgetKind

Method Detail

getNameback to summary
public Name getName()

Returns the name or value of the entity.

Returns:Name

the name or value of the entity