Class Log
java.lang.Object
com.oracle.truffle.dsl.processor.Log
-
Constructor Summary
ConstructorsConstructorDescriptionLog(ProcessingEnvironment env, boolean emitWarnings, String[] suppressWarnings) -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisDebug()booleanisSuppressed(Diagnostic.Kind kind, String suppressionKey, Element usedElement) booleanisSuppressed(Diagnostic.Kind kind, String suppressionKey, Element usedElement, boolean useOptions) voidmessage(Diagnostic.Kind kind, Element element, AnnotationMirror mirror, AnnotationValue value, String format, Object... args)
-
Constructor Details
-
Log
-
-
Method Details
-
isDebug
public static boolean isDebug() -
message
public void message(Diagnostic.Kind kind, Element element, AnnotationMirror mirror, AnnotationValue value, String format, Object... args) -
isSuppressed
public boolean isSuppressed(Diagnostic.Kind kind, String suppressionKey, Element usedElement, boolean useOptions) -
isSuppressed
-