public abstract class ParseError extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ParseError(String type,
org.antlr.v4.runtime.ParserRuleContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
int |
line() |
int |
positionInLine() |
protected String |
positionString() |
protected ParseError(String type, org.antlr.v4.runtime.ParserRuleContext ctx)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.