public class SyntaxError extends ParseError
| Constructor and Description |
|---|
SyntaxError(Object offendingSymbol,
int line,
int charPositionInLine,
String msg,
org.antlr.v4.runtime.RecognitionException e) |
| Modifier and Type | Method and Description |
|---|---|
int |
line() |
int |
positionInLine() |
String |
toString() |
equals, hashCode, positionStringpublic int line()
line in class ParseErrorpublic int positionInLine()
positionInLine in class ParseErrorCopyright © 2012–2021 Graylog, Inc.. All rights reserved.