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).
|
Modifier and Type | Method and Description |
---|---|
R |
DocTreeVisitor.visitHidden(HiddenTree node,
P p)
Visits a HiddenTree node.
|
Modifier and Type | Method and Description |
---|---|
HiddenTree |
DocTreeFactory.newHiddenTree(List<? extends DocTree> text)
Create a new
HiddenTree object, to represent an {@hidden } tag. |
Modifier and Type | Method and Description |
---|---|
R |
DocTreeScanner.visitHidden(HiddenTree node,
P p)
Visits a HiddenTree node.
|
R |
SimpleDocTreeVisitor.visitHidden(HiddenTree node,
P p)
Visits a HiddenTree node.
|
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-ea+126