Package org.gorpipe.gor
Class SyntaxChecker
java.lang.Object
org.antlr.v4.runtime.BaseErrorListener
org.gorpipe.gor.SyntaxChecker
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorListener
public class SyntaxChecker
extends org.antlr.v4.runtime.BaseErrorListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.antlr.v4.runtime.ParserRuleContextorg.antlr.v4.runtime.ParserRuleContextorg.antlr.v4.runtime.ParserRuleContextparseFilter(String input) voidsyntaxError(org.antlr.v4.runtime.Recognizer<?, ?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, org.antlr.v4.runtime.RecognitionException e) Methods inherited from class org.antlr.v4.runtime.BaseErrorListener
reportAmbiguity, reportAttemptingFullContext, reportContextSensitivity
-
Constructor Details
-
SyntaxChecker
public SyntaxChecker()
-
-
Method Details
-
parse
-
parseCalc
-
parseFilter
-
syntaxError
public void syntaxError(org.antlr.v4.runtime.Recognizer<?, ?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, org.antlr.v4.runtime.RecognitionException e) - Specified by:
syntaxErrorin interfaceorg.antlr.v4.runtime.ANTLRErrorListener- Overrides:
syntaxErrorin classorg.antlr.v4.runtime.BaseErrorListener
-