public static class SPQLParser.EventDateConditionContext
extends org.antlr.v4.runtime.ParserRuleContext
| Modifier and Type | Field and Description |
|---|---|
Condition |
condition |
SPQLParser.DateRuleContext |
d |
SPQLParser.RelationalOperatorContext |
o |
| Constructor and Description |
|---|
EventDateConditionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
SPQLParser.DateRuleContext |
dateRule() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
SPQLParser.RelationalOperatorContext |
relationalOperator() |
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic Condition condition
public SPQLParser.RelationalOperatorContext o
public SPQLParser.DateRuleContext d
public EventDateConditionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public SPQLParser.RelationalOperatorContext relationalOperator()
public SPQLParser.DateRuleContext dateRule()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule in class org.antlr.v4.runtime.ParserRuleContextpublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule in class org.antlr.v4.runtime.ParserRuleContextCopyright © 2017. All Rights Reserved.