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, toInfoString
public 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.RuleContext
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule
in class org.antlr.v4.runtime.ParserRuleContext
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule
in class org.antlr.v4.runtime.ParserRuleContext
Copyright © 2011–2015. All rights reserved.