Class BatchMessagerImpl
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch.BaseMessagerImpl
org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch.BatchMessagerImpl
- All Implemented Interfaces:
Messager
An implementation of Messager that reports messages via the Compiler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprintMessage(Diagnostic.Kind kind, CharSequence msg) voidprintMessage(Diagnostic.Kind kind, CharSequence msg, Element e) voidprintMessage(Diagnostic.Kind kind, CharSequence msg, Element e, AnnotationMirror a) voidprintMessage(Diagnostic.Kind kind, CharSequence msg, Element e, AnnotationMirror a, AnnotationValue v) Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch.BaseMessagerImpl
createProblemMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.annotation.processing.Messager
printError, printError, printNote, printNote, printWarning, printWarning
-
Constructor Details
-
BatchMessagerImpl
-
-
Method Details
-
printMessage
- Specified by:
printMessagein interfaceMessager
-
printMessage
- Specified by:
printMessagein interfaceMessager
-
printMessage
- Specified by:
printMessagein interfaceMessager
-
printMessage
public void printMessage(Diagnostic.Kind kind, CharSequence msg, Element e, AnnotationMirror a, AnnotationValue v) - Specified by:
printMessagein interfaceMessager
-