- accept(DeclarationVisitor) - Method in interface com.sun.mirror.declaration.Declaration
-
Applies a visitor to this declaration.
- accept(TypeVisitor) - Method in interface com.sun.mirror.type.TypeMirror
-
Applies a visitor to this type.
- addExternalJar(File) - Method in interface org.eclipse.jdt.apt.core.util.IFactoryPath
-
Add an external jar file (not in the workspace) to the head of the
factory path.
- addListener(AnnotationProcessorListener) - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
-
Add a listener.
- addProcessorOption(IJavaProject, String, String) - Static method in class org.eclipse.jdt.apt.core.util.AptConfig
-
Add the equivalent of -Akey=val to the list of processor options.
- addTypeDependency(String) - Method in interface org.eclipse.jdt.apt.core.env.EclipseAnnotationProcessorEnvironment
-
Add a type dependency on the type named fullyQualifiedTypeName
- addVarJar(IPath) - Method in interface org.eclipse.jdt.apt.core.util.IFactoryPath
-
Add a jar file in the workspace, specified with a classpath variable,
to the head of the factory path.
- addWkspJar(IPath) - Method in interface org.eclipse.jdt.apt.core.util.IFactoryPath
-
Add a jar file in the workspace to the head of the
factory path.
- and(DeclarationFilter) - Method in class com.sun.mirror.util.DeclarationFilter
-
Returns a filter that selects those declarations selected
by both this filter and another.
- AnnotationMirror - Interface in com.sun.mirror.declaration
-
Represents an annotation.
- AnnotationProcessor - Interface in com.sun.mirror.apt
-
An annotation processor, used to examine and process the
annotations of program elements.
- AnnotationProcessorEnvironment - Interface in com.sun.mirror.apt
-
The environment encapsulating the state needed by an annotation processor.
- AnnotationProcessorFactory - Interface in com.sun.mirror.apt
-
A factory for creating annotation processors.
- AnnotationProcessorListener - Interface in com.sun.mirror.apt
-
Superinterface for all annotation processor event listeners.
- AnnotationProcessors - Class in com.sun.mirror.apt
-
Utilities to create specialized annotation processors.
- AnnotationProcessors() - Constructor for class com.sun.mirror.apt.AnnotationProcessors
-
- AnnotationType - Interface in com.sun.mirror.type
-
Represents an annotation type.
- AnnotationTypeDeclaration - Interface in com.sun.mirror.declaration
-
Represents the declaration of an annotation type.
- AnnotationTypeElementDeclaration - Interface in com.sun.mirror.declaration
-
Represents an element of an annotation type.
- AnnotationValue - Interface in com.sun.mirror.declaration
-
Represents a value of an annotation type element.
- APT_ENABLED - Static variable in class org.eclipse.jdt.apt.core.util.AptPreferenceConstants
-
- APT_GENSRCDIR - Static variable in class org.eclipse.jdt.apt.core.util.AptPreferenceConstants
-
- APT_NULLVALUE - Static variable in class org.eclipse.jdt.apt.core.util.AptPreferenceConstants
-
- APT_PROBLEM_ID - Static variable in interface org.eclipse.jdt.apt.core.util.EclipseMessager
-
Problem ID for APT problems that do not have quick fixes
- APT_PROCESSOROPTIONS - Static variable in class org.eclipse.jdt.apt.core.util.AptPreferenceConstants
-
- APT_QUICK_FIX_PROBLEM_ID - Static variable in interface org.eclipse.jdt.apt.core.util.EclipseMessager
-
Problem ID for APT problems that have quick fixes.
- APT_STRING_BASE - Static variable in class org.eclipse.jdt.apt.core.util.AptPreferenceConstants
-
- AptBuilder - Class in org.eclipse.jdt.apt.core.build
-
Commandline entry point for building a workspace using APT.
- AptBuilder() - Constructor for class org.eclipse.jdt.apt.core.build.AptBuilder
-
- AptConfig - Class in org.eclipse.jdt.apt.core.util
-
Accesses configuration data for APT.
- AptPreferenceConstants - Class in org.eclipse.jdt.apt.core.util
-
String constants used to access APT preference store
- AptPreferenceConstants() - Constructor for class org.eclipse.jdt.apt.core.util.AptPreferenceConstants
-
- AptUtil - Class in org.eclipse.jdt.apt.core.util
-
- ArrayType - Interface in com.sun.mirror.type
-
Represents an array type.