Uses of Package
com.sun.mirror.util
Packages that use com.sun.mirror.util
Package
Description
Classes used to communicate information between
annotation processors
and an annotation processing tool.
Interfaces used to model program element declarations.
Interfaces used to model types.
Utilities to assist in the processing of declarations and types.
This package contains miscellaneous APIs related to Java annotation processing.
-
Classes in com.sun.mirror.util used by com.sun.mirror.aptClassDescriptionUtility methods for operating on declarations.Represents a position in a source file.Utility methods for operating on types.
-
Classes in com.sun.mirror.util used by com.sun.mirror.declarationClassDescriptionA visitor for declarations, in the style of the standard visitor design pattern.Represents a position in a source file.
-
Classes in com.sun.mirror.util used by com.sun.mirror.typeClassDescriptionA visitor for types, in the style of the standard visitor design pattern.
-
Classes in com.sun.mirror.util used by com.sun.mirror.utilClassDescriptionA filter for selecting just the items of interest from a collection of declarations.A visitor for declarations, in the style of the standard visitor design pattern.A visitor for types, in the style of the standard visitor design pattern.
-
Classes in com.sun.mirror.util used by org.eclipse.jdt.apt.core.util