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.doctree
Subinterfaces of TextTree in com.sun.source.doctree Modifier and Type Interface Description interfaceErroneousTreeA tree node to stand in for malformed text.Methods in com.sun.source.doctree that return TextTree Modifier and Type Method Description TextTreeLiteralTree. getBody()Returns the body of the@literalor@codetag. -
Uses of TextTree in com.sun.source.util
Methods in com.sun.source.util that return TextTree Modifier and Type Method Description TextTreeDocTreeFactory. newTextTree(String text)Creates 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)Creates a newLiteralTreeobject, to represent a{@code }tag.LiteralTreeDocTreeFactory. newLiteralTree(TextTree text)Creates 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.