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.visitThrows(ThrowsTree node,
P p)
Visits a ThrowsTree node.
|
Modifier and Type | Method and Description |
---|---|
ThrowsTree |
DocTreeFactory.newExceptionTree(ReferenceTree name,
List<? extends DocTree> description)
Create a new
ExceptionTree object, to represent an @exception tag. |
ThrowsTree |
DocTreeFactory.newThrowsTree(ReferenceTree name,
List<? extends DocTree> description)
Create a new
ThrowsTree object, to represent a @throws tag. |
Modifier and Type | Method and Description |
---|---|
R |
DocTreeScanner.visitThrows(ThrowsTree node,
P p)
Visits a ThrowsTree node.
|
R |
SimpleDocTreeVisitor.visitThrows(ThrowsTree node,
P p)
Visits a ThrowsTree node.
|
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-02-27-124400.buildd.src