public static class JqlParser.Select_stmtContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
Select_stmtContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
List<JqlParser.Common_table_expressionContext> |
common_table_expression() |
JqlParser.Common_table_expressionContext |
common_table_expression(int i) |
List<JqlParser.Compound_operatorContext> |
compound_operator() |
JqlParser.Compound_operatorContext |
compound_operator(int i) |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
org.antlr.v4.runtime.tree.TerminalNode |
K_RECURSIVE() |
org.antlr.v4.runtime.tree.TerminalNode |
K_WITH() |
JqlParser.Limit_stmtContext |
limit_stmt() |
JqlParser.Offset_stmtContext |
offset_stmt() |
JqlParser.Order_stmtContext |
order_stmt() |
List<JqlParser.Select_or_valuesContext> |
select_or_values() |
JqlParser.Select_or_valuesContext |
select_or_values(int i) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic Select_stmtContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public List<JqlParser.Select_or_valuesContext> select_or_values()
public JqlParser.Select_or_valuesContext select_or_values(int i)
public org.antlr.v4.runtime.tree.TerminalNode K_WITH()
public List<JqlParser.Common_table_expressionContext> common_table_expression()
public JqlParser.Common_table_expressionContext common_table_expression(int i)
public List<JqlParser.Compound_operatorContext> compound_operator()
public JqlParser.Compound_operatorContext compound_operator(int i)
public JqlParser.Order_stmtContext order_stmt()
public JqlParser.Limit_stmtContext limit_stmt()
public org.antlr.v4.runtime.tree.TerminalNode K_RECURSIVE()
public JqlParser.Offset_stmtContext offset_stmt()
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.