public class GraqlErrorListener
extends org.antlr.v4.runtime.BaseErrorListener
hasErrors() to see if there were errors.
View the errors with toString().| Constructor and Description |
|---|
GraqlErrorListener(String query) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasErrors() |
void |
syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer,
Object offendingSymbol,
int line,
int charPositionInLine,
String msg,
org.antlr.v4.runtime.RecognitionException e) |
String |
toString() |
public GraqlErrorListener(String query)
public void syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer,
Object offendingSymbol,
int line,
int charPositionInLine,
String msg,
org.antlr.v4.runtime.RecognitionException e)
syntaxError in interface org.antlr.v4.runtime.ANTLRErrorListenersyntaxError in class org.antlr.v4.runtime.BaseErrorListenerpublic boolean hasErrors()
Copyright © 2017 Grakn Labs Ltd. All rights reserved.