Class MessageContainer.Message
java.lang.Object
com.oracle.truffle.dsl.processor.model.MessageContainer.Message
-
Constructor Summary
ConstructorsConstructorDescriptionMessage(AnnotationMirror annotationMirror, AnnotationValue annotationValue, Element enclosedElement, MessageContainer originalContainer, String text, Diagnostic.Kind kind, String suppressionKey) -
Method Summary
-
Constructor Details
-
Message
public Message(AnnotationMirror annotationMirror, AnnotationValue annotationValue, Element enclosedElement, MessageContainer originalContainer, String text, Diagnostic.Kind kind, String suppressionKey)
-
-
Method Details
-
redirect
-
getEnclosedElement
-
getAnnotationMirror
-
getAnnotationValue
-
getOriginalContainer
-
getText
-
getKind
-
toString
-