public interface ParseRuleSelector
Modifier and Type | Method and Description |
---|---|
org.antlr.v4.runtime.tree.Tree |
invokeParseRule(EsperEPL2GrammarParser parser)
Implementations can invoke a parse rule of their choice on the parser.
|
org.antlr.v4.runtime.tree.Tree invokeParseRule(EsperEPL2GrammarParser parser) throws org.antlr.v4.runtime.RecognitionException
parser
- - to invoke parse rule onorg.antlr.v4.runtime.RecognitionException
- is a parse exception