Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
M
- m_AddDebugOutput - Variable in class org.tquadrat.foundation.ap.APBase
-
The flag that indicates whether some debug information should be emitted to the generated code.
- m_ElementUtils - Variable in class org.tquadrat.foundation.ap.APBase
-
The implementation of some utility methods for operating on elements.
- m_Environment - Variable in class org.tquadrat.foundation.ap.APBase
-
The processing environment.
- m_Filer - Variable in class org.tquadrat.foundation.ap.APBase
-
The filer that is used to create new source, class, or auxiliary files.
- m_IsMavenActive - Variable in class org.tquadrat.foundation.ap.APBase
-
A flag that indicates whether Maven is active.
- m_Messager - Variable in class org.tquadrat.foundation.ap.APBase
-
The
Messager
that is used to report errors, warnings, and other notices. - m_Options - Variable in class org.tquadrat.foundation.ap.APBase
-
The options for this annotation processor.
- m_TypeUtils - Variable in class org.tquadrat.foundation.ap.APBase
-
The implementation of some utility methods for operating on types.
- MAVEN_GOAL - Static variable in class org.tquadrat.foundation.ap.APBase
-
The name of the annotation processor option for the currently active Maven goal: "org.tquadrat.foundation.ap.maven.goal".
- MSG_AnnotationOnlyForFields - Static variable in class org.tquadrat.foundation.ap.APBase
-
Message: "%s: Only fields may be annotated with \'%s\'".
- MSG_FieldsOnly - Static variable in class org.tquadrat.foundation.ap.APBase
-
Message: "Only allowed for fields".
- MSG_IllegalAnnotationUse - Static variable in class org.tquadrat.foundation.ap.APBase
-
The message that indicates the illegal use of an annotation: "%s: Illegal use of annotation \'%s\'".
- MSG_MultipleElements - Static variable in class org.tquadrat.foundation.ap.APBase
-
The message that indicates that more than one element is annotated with the given annotation: "%1$s: Multiple elements are annotated with \'%2$s\'".
- MSG_MultipleFields - Static variable in class org.tquadrat.foundation.ap.APBase
-
The message that indicates that more than one field is annotated with the given annotation: "%1$s: Multiple fields are annotated with \'%2$s\'".
- MSG_StringConstantRequired - Static variable in class org.tquadrat.foundation.ap.APBase
-
The message that indicates that a String constant is required: "\'%s\' needs to be a String constant".
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form