Package org.kie.dmn.feel.parser.feel11
Class FEELParserErrorListener
- java.lang.Object
-
- org.antlr.v4.runtime.BaseErrorListener
-
- org.kie.dmn.feel.parser.feel11.FEELParserErrorListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorListener
public class FEELParserErrorListener extends org.antlr.v4.runtime.BaseErrorListener
-
-
Constructor Summary
Constructors Constructor Description FEELParserErrorListener(org.kie.dmn.feel.lang.impl.FEELEventListenersManager eventsManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.kie.dmn.api.feel.runtime.events.FEELEvent>getErrors()booleanhasErrors()voidsyntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, org.antlr.v4.runtime.RecognitionException e)
-
-
-
Method Detail
-
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
-
hasErrors
public boolean hasErrors()
-
getErrors
public List<org.kie.dmn.api.feel.runtime.events.FEELEvent> getErrors()
-
-