public static final class CapturingDiagnosticListener.CompilerMessage extends Object
Constructor and Description |
---|
CompilerMessage(long line,
long position,
boolean isError,
String message) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getLine() |
String |
getMessage() |
long |
getPosition() |
int |
hashCode() |
boolean |
isError() |
String |
toString() |
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.