- All Superinterfaces:
BlockTagTree
,DocTree
A tree node for an
@spec
block tag.
@spec url title
- Since:
- 20
-
Nested Class Summary
Nested classes/interfaces declared in interface com.sun.source.doctree.DocTree
DocTree.Kind
-
Method Summary
Methods declared in interface com.sun.source.doctree.BlockTagTree
getTagName
-
Method Details
-
getURL
TextTree getURL()Returns the URL.- Returns:
- the URL
-
getTitle
Returns the title.- Returns:
- the title
-