Package | Description |
---|---|
com.espertech.esper.epl.parse |
Parsers and AST tree walkers and helper classes transforming AST into business objects
|
Modifier and Type | Method and Description |
---|---|
static void |
ParseHelper.walk(org.antlr.v4.runtime.tree.Tree ast,
EPLTreeWalkerListener listener,
java.lang.String expression,
java.lang.String eplStatementForErrorMsg)
Walk parse tree starting at the rule the walkRuleSelector supplies.
|