Uses of Class
com.espertech.esper.compiler.internal.generated.EsperEPL2GrammarParser
Package
Description
Parsers and AST tree walkers and helper classes transforming AST into business objects
-
Uses of EsperEPL2GrammarParser in com.espertech.esper.compiler.internal.parse
Modifier and TypeMethodDescriptionstatic EsperEPL2GrammarParser
ParseHelper.newParser
(org.antlr.v4.runtime.CommonTokenStream tokens) Modifier and TypeMethodDescriptionstatic com.espertech.esper.common.internal.collection.UniformPair<String>
ExceptionConvertor.convert
(org.antlr.v4.runtime.RecognitionException e, String expression, boolean addPleaseCheck, EsperEPL2GrammarParser parser) Converts from a syntax error to a nice exception.static com.espertech.esper.common.client.PropertyAccessException
ExceptionConvertor.convertProperty
(org.antlr.v4.runtime.RecognitionException e, String expression, boolean addPleaseCheck, EsperEPL2GrammarParser parser) Converts from a syntax error to a nice property exception.static com.espertech.esper.common.internal.compile.stage2.StatementSpecCompileSyntaxException
ExceptionConvertor.convertStatement
(org.antlr.v4.runtime.RecognitionException e, String expression, boolean addPleaseCheck, EsperEPL2GrammarParser parser) Converts from a syntax error to a nice statement exception.org.antlr.v4.runtime.tree.Tree
ParseRuleSelector.invokeParseRule
(EsperEPL2GrammarParser parser) Implementations can invoke a parse rule of their choice on the parser.