public static class EsperEPL2GrammarParser.FollowedByExpressionContext
extends ParserRuleContext
Constructor and Description |
---|
FollowedByExpressionContext(ParserRuleContext parent,
int invokingState) |
Modifier and Type | Method and Description |
---|---|
void |
enterRule(ParseTreeListener listener) |
void |
exitRule(ParseTreeListener listener) |
java.util.List<EsperEPL2GrammarParser.FollowedByRepeatContext> |
followedByRepeat() |
EsperEPL2GrammarParser.FollowedByRepeatContext |
followedByRepeat(int i) |
int |
getRuleIndex() |
EsperEPL2GrammarParser.OrExpressionContext |
orExpression() |
public FollowedByExpressionContext(ParserRuleContext parent, int invokingState)
public EsperEPL2GrammarParser.FollowedByRepeatContext followedByRepeat(int i)
public EsperEPL2GrammarParser.OrExpressionContext orExpression()
public java.util.List<EsperEPL2GrammarParser.FollowedByRepeatContext> followedByRepeat()
public int getRuleIndex()
public void enterRule(ParseTreeListener listener)
public void exitRule(ParseTreeListener listener)