Uses of Interface
com.sun.source.doctree.TextTree
| Package | Description | 
|---|---|
| com.sun.source.doctree | Provides interfaces to represent documentation comments as abstract syntax
 trees (AST). | 
| com.sun.source.util | Provides utilities for operations on abstract syntax trees (AST). | 
- 
Uses of TextTree in com.sun.source.doctreeSubinterfaces of TextTree in com.sun.source.doctree Modifier and Type Interface Description interfaceErroneousTreeA tree node to stand in for a malformed textMethods in com.sun.source.doctree that return TextTree Modifier and Type Method Description TextTreeLiteralTree. getBody()Returns the body of the@codeor@literaltag.
- 
Uses of TextTree in com.sun.source.utilMethods in com.sun.source.util that return TextTree Modifier and Type Method Description TextTreeDocTreeFactory. newTextTree(String text)Create a newTextTreeobject, to represent some plain text.Methods in com.sun.source.util with parameters of type TextTree Modifier and Type Method Description LiteralTreeDocTreeFactory. newCodeTree(TextTree text)Create a newCodeTreeobject, to represent a{@code }tag.LiteralTreeDocTreeFactory. newLiteralTree(TextTree text)Create a newLiteralTreeobject, to represent a{@literal }tag.RDocTreeScanner. visitText(TextTree node, P p)Visits a TextTree node.RSimpleDocTreeVisitor. visitText(TextTree node, P p)Visits a TextTree node.