- PackageDeclaration - Interface in com.sun.mirror.declaration
-
Represents the declaration of a package.
- ParameterDeclaration - Interface in com.sun.mirror.declaration
-
Represents a formal parameter of a method or constructor.
- Phase - Enum in org.eclipse.jdt.apt.core.env
-
Enum for APT related operation phase.
- PrimitiveType - Interface in com.sun.mirror.type
-
Represents a primitive type.
- PrimitiveType.Kind - Enum in com.sun.mirror.type
-
An enumeration of the different kinds of primitive types.
- printError(String) - Method in interface com.sun.mirror.apt.Messager
-
Prints an error message.
- printError(SourcePosition, String) - Method in interface com.sun.mirror.apt.Messager
-
Prints an error message.
- printError(ASTNode, String) - Method in interface org.eclipse.jdt.apt.core.util.EclipseMessager
-
Print an error message on the given AST node.
- printFixableError(SourcePosition, String, String, String) - Method in interface org.eclipse.jdt.apt.core.util.EclipseMessager
-
Print an error including the given arguments for use
in quick-fixes.
- printFixableError(String, String, String) - Method in interface org.eclipse.jdt.apt.core.util.EclipseMessager
-
Print an error including the given arguments for use
in quick-fixes.
- printFixableNotice(SourcePosition, String, String, String) - Method in interface org.eclipse.jdt.apt.core.util.EclipseMessager
-
Print a notice including the given arguments for use
in quick-fixes.
- printFixableNotice(String, String, String) - Method in interface org.eclipse.jdt.apt.core.util.EclipseMessager
-
Print a notice including the given arguments for use
in quick-fixes.
- printFixableWarning(SourcePosition, String, String, String) - Method in interface org.eclipse.jdt.apt.core.util.EclipseMessager
-
Print a warning including the given arguments for use
in quick-fixes.
- printFixableWarning(String, String, String) - Method in interface org.eclipse.jdt.apt.core.util.EclipseMessager
-
Print a warning including the given arguments for use
in quick-fixes.
- printNotice(String) - Method in interface com.sun.mirror.apt.Messager
-
Prints a notice.
- printNotice(SourcePosition, String) - Method in interface com.sun.mirror.apt.Messager
-
Prints a notice.
- printNotice(ASTNode, String) - Method in interface org.eclipse.jdt.apt.core.util.EclipseMessager
-
Print a notice on the given AST node.
- printWarning(String) - Method in interface com.sun.mirror.apt.Messager
-
Prints a warning message.
- printWarning(SourcePosition, String) - Method in interface com.sun.mirror.apt.Messager
-
Prints a warning message.
- printWarning(ASTNode, String) - Method in interface org.eclipse.jdt.apt.core.util.EclipseMessager
-
Print a warning on the given AST node.
- process() - Method in interface com.sun.mirror.apt.AnnotationProcessor
-
Process all program elements supported by this annotation processor.