Uses of Interface
com.sun.source.doctree.TextTree
Package
Description
Provides interfaces to represent documentation comments as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of TextTree in com.sun.source.doctree
Modifier and TypeInterfaceDescriptioninterface
A tree node to stand in for malformed text. -
Uses of TextTree in com.sun.source.util
Modifier and TypeMethodDescriptionDocTreeFactory.newTextTree
(String text) Creates a newTextTree
object, to represent some plain text.Modifier and TypeMethodDescriptionDocTreeFactory.newCodeTree
(TextTree text) Creates a newLiteralTree
object, to represent a{@code }
tag.DocTreeFactory.newLiteralTree
(TextTree text) Creates a newLiteralTree
object, to represent a{@literal }
tag.DocTreeFactory.newSnippetTree
(List<? extends DocTree> attributes, TextTree text) Creates a newSnippetTree
object, to represent a{@snippet }
tag.Visits aTextTree
node.Visits aTextTree
node.