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
createProblem
-
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
-