public static class DruidSQLParser.PrimaryExpressionContext
extends org.antlr.v4.runtime.ParserRuleContext
| Modifier and Type | Field and Description |
|---|---|
DruidSQLParser.AggregateContext |
aggregate |
DruidSQLParser.ConstantContext |
constant |
DruidSQLParser.ExpressionContext |
e |
PostAggregator |
p |
| Constructor and Description |
|---|
DruidSQLParser.PrimaryExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
DruidSQLParser.AggregateContext |
aggregate() |
org.antlr.v4.runtime.tree.TerminalNode |
CLOSE() |
DruidSQLParser.ConstantContext |
constant() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
DruidSQLParser.ExpressionContext |
expression() |
int |
getRuleIndex() |
org.antlr.v4.runtime.tree.TerminalNode |
OPEN() |
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic PostAggregator p
public DruidSQLParser.ConstantContext constant
public DruidSQLParser.AggregateContext aggregate
public DruidSQLParser.ExpressionContext e
public DruidSQLParser.PrimaryExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public DruidSQLParser.ExpressionContext expression()
public org.antlr.v4.runtime.tree.TerminalNode OPEN()
public DruidSQLParser.AggregateContext aggregate()
public DruidSQLParser.ConstantContext constant()
public org.antlr.v4.runtime.tree.TerminalNode CLOSE()
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 © 2011–2015. All rights reserved.