Uses of Interface
com.sun.source.doctree.SerialTree
Packages that use SerialTree
包
描述
Provides interfaces to represent documentation comments as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of SerialTree in com.sun.source.doctree
Methods in com.sun.source.doctree with parameters of type SerialTree -
Uses of SerialTree in com.sun.source.util
Methods in com.sun.source.util that return SerialTree修饰符和类方法描述DocTreeFactory.newSerialTree
(List<? extends DocTree> description) Creates a newSerialTree
object, to represent a@serial
tag.Methods in com.sun.source.util with parameters of type SerialTree修饰符和类方法描述DocTreeScanner.visitSerial
(SerialTree node, P p) Visits aSerialTree
node.SimpleDocTreeVisitor.visitSerial
(SerialTree node, P p) Visits aSerialTree
node.