Uses of Interface
com.sun.source.doctree.SpecTree
Package
Description
Provides interfaces to represent documentation comments as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of SpecTree in com.sun.source.doctree
-
Uses of SpecTree in com.sun.source.util
Modifier and TypeMethodDescriptionDocTreeFactory.newSpecTree
(TextTree url, List<? extends DocTree> title) Creates a newSpecTree
object, to represent an@spec
tag.