Class StdoutMessager
java.lang.Object
com.llamalad7.mixinextras.ap.StdoutMessager
- All Implemented Interfaces:
Messager
-
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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Messager
printError, printError, printNote, printNote, printWarning, printWarning
-
Constructor Details
-
StdoutMessager
public StdoutMessager()
-
-
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
-