Class MessageContainer.Message

  • Enclosing class:
    MessageContainer

    public static final class MessageContainer.Message
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Message​(javax.lang.model.element.AnnotationMirror annotationMirror, javax.lang.model.element.AnnotationValue annotationValue, MessageContainer originalContainer, java.lang.String text, javax.tools.Diagnostic.Kind kind)  
    • Constructor Detail

      • Message

        public Message​(javax.lang.model.element.AnnotationMirror annotationMirror,
                       javax.lang.model.element.AnnotationValue annotationValue,
                       MessageContainer originalContainer,
                       java.lang.String text,
                       javax.tools.Diagnostic.Kind kind)
    • Method Detail

      • getAnnotationMirror

        public javax.lang.model.element.AnnotationMirror getAnnotationMirror()
      • getAnnotationValue

        public javax.lang.model.element.AnnotationValue getAnnotationValue()
      • getText

        public java.lang.String getText()
      • getKind

        public javax.tools.Diagnostic.Kind getKind()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object