net.esper.eql.parse
Interface ParseRuleSelector


public interface ParseRuleSelector

For selection of the parse rule to use.


Method Summary
 void invokeParseRule(EQLStatementParser parser)
          Implementations can invoke a parse rule of their choice on the parser.
 

Method Detail

invokeParseRule

void invokeParseRule(EQLStatementParser parser)
                     throws antlr.TokenStreamException,
                            antlr.RecognitionException
Implementations can invoke a parse rule of their choice on the parser.

Parameters:
parser - - to invoke parse rule on
Throws:
antlr.TokenStreamException - is a parse exception
antlr.RecognitionException - is a parse exception