Uses of Interface
com.sun.source.doctree.HiddenTree
Package
Description
Provides interfaces to represent documentation comments as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of HiddenTree in com.sun.source.doctree
Modifier and TypeMethodDescriptiondefault R
DocTreeVisitor.visitHidden(HiddenTree node, P p)
Visits a HiddenTree node. -
Uses of HiddenTree in com.sun.source.util
Modifier and TypeMethodDescriptionDocTreeFactory.newHiddenTree(List<? extends DocTree> text)
Creates a newHiddenTree
object, to represent an@hidden
tag.Modifier and TypeMethodDescriptionDocTreeScanner.visitHidden(HiddenTree node, P p)
Visits a HiddenTree node.SimpleDocTreeVisitor.visitHidden(HiddenTree node, P p)
Visits a HiddenTree node.