Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ADD_DEBUG_OUTPUT - Static variable in class org.tquadrat.foundation.ap.APBase
-
The name of the annotation processor option that enables the emission of some debug information into the generated code: "org.tquadrat.foundation.ap.addDebugOutput".
- addDebugOutput() - Method in class org.tquadrat.foundation.ap.APBase
-
Returns the flag that indicates whether some debug information should be emitted to the generated code.
- addDebugOutput() - Method in interface org.tquadrat.foundation.ap.APHelper
-
Returns the flag that indicates whether some debug information should be emitted to the generated code.
- AnnotationProcessingError - Exception Class in org.tquadrat.foundation.ap
-
The error that will be thrown when there is a general problem with the annotation processing.
- AnnotationProcessingError() - Constructor for exception class org.tquadrat.foundation.ap.AnnotationProcessingError
-
Constructs a new error with
null
as its detail message. - AnnotationProcessingError(String) - Constructor for exception class org.tquadrat.foundation.ap.AnnotationProcessingError
-
Constructs a new error with the specified detail message.
- AnnotationProcessingError(String, Throwable) - Constructor for exception class org.tquadrat.foundation.ap.AnnotationProcessingError
-
Constructs a new error with the specified detail message and cause.
- AnnotationProcessingError(Throwable) - Constructor for exception class org.tquadrat.foundation.ap.AnnotationProcessingError
-
Constructs a new error with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - APBase - Class in org.tquadrat.foundation.ap
-
The abstract base class for annotation processors for the Foundation Library.
- APBase() - Constructor for class org.tquadrat.foundation.ap.APBase
-
Creates a new
APBase
instance. - APHelper - Interface in org.tquadrat.foundation.ap
-
The specification for a set of helpers for annotation processing.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form