Package | Description |
---|---|
com.sun.mirror.apt |
Classes used to communicate information between
annotation processors
and an annotation processing tool.
|
com.sun.mirror.declaration |
Interfaces used to model program element declarations.
|
com.sun.mirror.type |
Interfaces used to model types.
|
com.sun.mirror.util |
Utilities to assist in the processing of declarations and types.
|
Class and Description |
---|
Declarations
Utility methods for operating on declarations.
|
SourcePosition
Represents a position in a source file.
|
Types
Utility methods for operating on types.
|
Class and Description |
---|
DeclarationVisitor
A visitor for declarations, in the style of the standard visitor
design pattern.
|
SourcePosition
Represents a position in a source file.
|
Class and Description |
---|
TypeVisitor
A visitor for types, in the style of the standard visitor design pattern.
|
Class and Description |
---|
DeclarationFilter
A filter for selecting just the items of interest
from a collection of declarations.
|
DeclarationVisitor
A visitor for declarations, in the style of the standard visitor
design pattern.
|
TypeVisitor
A visitor for types, in the style of the standard visitor design pattern.
|
Copyright © 2004, 2013, Oracle and/or its affiliates. All rights reserved.