@FunctionalInterface
public static interface NodeValidatorPlugin.Emitter
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(FromSourceLocation sourceLocation,
Severity severity,
java.lang.String message) |
void |
accept(FromSourceLocation sourceLocation,
Severity severity,
java.lang.String message,
java.lang.String... additionalEventIdParts) |
default void |
accept(FromSourceLocation sourceLocation,
java.lang.String message) |
void accept(FromSourceLocation sourceLocation, Severity severity, java.lang.String message, java.lang.String... additionalEventIdParts)
default void accept(FromSourceLocation sourceLocation, java.lang.String message)
default void accept(FromSourceLocation sourceLocation, Severity severity, java.lang.String message)