- Declaration - Interface in com.sun.mirror.declaration
-
Represents the declaration of a program element such as a package,
class, or method.
- DeclarationFilter - Class in com.sun.mirror.util
-
A filter for selecting just the items of interest
from a collection of declarations.
- DeclarationFilter() - Constructor for class com.sun.mirror.util.DeclarationFilter
-
Constructs an identity filter: one that selects all declarations.
- Declarations - Interface in com.sun.mirror.util
-
Utility methods for operating on declarations.
- DeclarationVisitor - Interface in com.sun.mirror.util
-
A visitor for declarations, in the style of the standard visitor
design pattern.
- DeclarationVisitors - Class in com.sun.mirror.util
-
Utilities to create specialized DeclarationVisitor instances.
- DeclaredType - Interface in com.sun.mirror.type
-
Represents a declared type, either a class type or an interface type.
- DEFAULT_GENERATED_SOURCE_FOLDER_NAME - Static variable in class org.eclipse.jdt.apt.core.util.AptPreferenceConstants
-
- DEFAULT_OPTIONS_MAP - Static variable in class org.eclipse.jdt.apt.core.util.AptPreferenceConstants
-
- disablePlugin(String) - Method in interface org.eclipse.jdt.apt.core.util.IFactoryPath
-
Disable a plugin on the factory path.
- dispose() - Static method in class org.eclipse.jdt.apt.core.util.AptConfig
-
Flush unsaved preferences and perform any other config-related shutdown.