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