public static class EsperEPL2GrammarParser.MatchRecogContext
extends ParserRuleContext
Constructor and Description |
---|
MatchRecogContext(ParserRuleContext parent,
int invokingState) |
Modifier and Type | Method and Description |
---|---|
void |
enterRule(ParseTreeListener listener) |
void |
exitRule(ParseTreeListener listener) |
int |
getRuleIndex() |
TerminalNode |
LPAREN() |
TerminalNode |
MATCH_RECOGNIZE() |
EsperEPL2GrammarParser.MatchRecogDefineContext |
matchRecogDefine() |
EsperEPL2GrammarParser.MatchRecogMatchesAfterSkipContext |
matchRecogMatchesAfterSkip() |
EsperEPL2GrammarParser.MatchRecogMatchesIntervalContext |
matchRecogMatchesInterval() |
EsperEPL2GrammarParser.MatchRecogMatchesSelectionContext |
matchRecogMatchesSelection() |
EsperEPL2GrammarParser.MatchRecogMeasuresContext |
matchRecogMeasures() |
EsperEPL2GrammarParser.MatchRecogPartitionByContext |
matchRecogPartitionBy() |
EsperEPL2GrammarParser.MatchRecogPatternContext |
matchRecogPattern() |
TerminalNode |
RPAREN() |
public MatchRecogContext(ParserRuleContext parent, int invokingState)
public EsperEPL2GrammarParser.MatchRecogPatternContext matchRecogPattern()
public EsperEPL2GrammarParser.MatchRecogMatchesIntervalContext matchRecogMatchesInterval()
public EsperEPL2GrammarParser.MatchRecogPartitionByContext matchRecogPartitionBy()
public EsperEPL2GrammarParser.MatchRecogDefineContext matchRecogDefine()
public EsperEPL2GrammarParser.MatchRecogMeasuresContext matchRecogMeasures()
public TerminalNode RPAREN()
public TerminalNode MATCH_RECOGNIZE()
public TerminalNode LPAREN()
public EsperEPL2GrammarParser.MatchRecogMatchesAfterSkipContext matchRecogMatchesAfterSkip()
public EsperEPL2GrammarParser.MatchRecogMatchesSelectionContext matchRecogMatchesSelection()
public int getRuleIndex()
public void enterRule(ParseTreeListener listener)
public void exitRule(ParseTreeListener listener)