Mirror API

Uses of Package
com.sun.mirror.util

Packages that use com.sun.mirror.util
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
 

Classes in com.sun.mirror.util used by com.sun.mirror.apt
Declarations
          Utility methods for operating on declarations.
SourcePosition
          Represents a position in a source file.
Types
          Utility methods for operating on types.
 

Classes in com.sun.mirror.util used by com.sun.mirror.declaration
DeclarationVisitor
          A visitor for declarations, in the style of the standard visitor design pattern.
SourcePosition
          Represents a position in a source file.
 

Classes in com.sun.mirror.util used by com.sun.mirror.type
TypeVisitor
          A visitor for types, in the style of the standard visitor design pattern.
 

Classes in com.sun.mirror.util used by com.sun.mirror.util
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.
 


Mirror API

Report a bug or request a feature.
Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.