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.visitSerialField(SerialFieldTree node,
P p)
Visits a SerialFieldTree node.
|
Modifier and Type | Method and Description |
---|---|
SerialFieldTree |
DocTreeFactory.newSerialFieldTree(IdentifierTree name,
ReferenceTree type,
List<? extends DocTree> description)
Create a new
SerialFieldTree object, to represent a @serialField tag. |
Modifier and Type | Method and Description |
---|---|
R |
DocTreeScanner.visitSerialField(SerialFieldTree node,
P p)
Visits a SerialFieldTree node.
|
R |
SimpleDocTreeVisitor.visitSerialField(SerialFieldTree node,
P p)
Visits a SerialFieldTree node.
|
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-06-25-232344.buildd.src