Uses of Interface
com.sun.source.doctree.LiteralTree
Package
Description
Provides interfaces to represent documentation comments as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of LiteralTree in com.sun.source.doctree
Modifier and TypeMethodDescriptionDocTreeVisitor.visitLiteral
(LiteralTree node, P p) Visits anLiteralTree
node. -
Uses of LiteralTree in com.sun.source.util
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.Modifier and TypeMethodDescriptionDocTreeScanner.visitLiteral
(LiteralTree node, P p) Visits anLiteralTree
node.SimpleDocTreeVisitor.visitLiteral
(LiteralTree node, P p) Visits anLiteralTree
node.