Uses of Interface
com.sun.source.doctree.LiteralTree
Packages that use LiteralTree
包
描述
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
Methods in com.sun.source.doctree with parameters of type LiteralTree -
Uses of LiteralTree in com.sun.source.util
Methods in com.sun.source.util that return LiteralTree修饰符和类方法描述DocTreeFactory.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.Methods in com.sun.source.util with parameters of type LiteralTree修饰符和类方法描述DocTreeScanner.visitLiteral
(LiteralTree node, P p) Visits anLiteralTree
node.SimpleDocTreeVisitor.visitLiteral
(LiteralTree node, P p) Visits anLiteralTree
node.