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 |
---|---|---|
ReferenceTree |
ThrowsTree.getExceptionName() |
Returns a name of the exception being documented.
|
ReferenceTree |
LinkTree.getReference() |
Returns the reference of a link.
|
ReferenceTree |
ValueTree.getReference() |
Returns the reference to the value.
|
ReferenceTree |
SerialFieldTree.getType() |
Returns the type of the serial field.
|
Modifier and Type | Method | Description |
---|---|---|
R |
DocTreeVisitor.visitReference(ReferenceTree node,
P p) |
Visits a ReferenceTree node.
|
Modifier and Type | Method | Description |
---|---|---|
ReferenceTree |
DocTreeFactory.newReferenceTree(String signature) |
Create a new
ReferenceTree object, to represent a reference to an API element. |
Modifier and Type | Method | Description |
---|---|---|
ThrowsTree |
DocTreeFactory.newExceptionTree(ReferenceTree name,
List<? extends DocTree> description) |
Create a new
ExceptionTree object, to represent an @exception tag. |
LinkTree |
DocTreeFactory.newLinkPlainTree(ReferenceTree ref,
List<? extends DocTree> label) |
Create a new
LinkPlainTree object, to represent a {@linkplain } tag. |
LinkTree |
DocTreeFactory.newLinkTree(ReferenceTree ref,
List<? extends DocTree> label) |
Create a new
LinkTree object, to represent a {@link } tag. |
SerialFieldTree |
DocTreeFactory.newSerialFieldTree(IdentifierTree name,
ReferenceTree type,
List<? extends DocTree> description) |
Create a new
SerialFieldTree object, to represent a @serialField tag. |
ThrowsTree |
DocTreeFactory.newThrowsTree(ReferenceTree name,
List<? extends DocTree> description) |
Create a new
ThrowsTree object, to represent a @throws tag. |
ValueTree |
DocTreeFactory.newValueTree(ReferenceTree ref) |
Create a new
ValueTree object, to represent a {@value } tag. |
R |
DocTreeScanner.visitReference(ReferenceTree node,
P p) |
Visits a ReferenceTree node.
|
R |
SimpleDocTreeVisitor.visitReference(ReferenceTree node,
P p) |
Visits a ReferenceTree node.
|
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b144-1ubuntu1