public static class SQLiteParser.Factored_select_stmtContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
Factored_select_stmtContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic Factored_select_stmtContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public java.util.List<SQLiteParser.Select_coreContext> select_core()
public SQLiteParser.Select_coreContext select_core(int i)
public org.antlr.v4.runtime.tree.TerminalNode K_WITH()
public java.util.List<SQLiteParser.Common_table_expressionContext> common_table_expression()
public SQLiteParser.Common_table_expressionContext common_table_expression(int i)
public java.util.List<SQLiteParser.Compound_operatorContext> compound_operator()
public SQLiteParser.Compound_operatorContext compound_operator(int i)
public org.antlr.v4.runtime.tree.TerminalNode K_ORDER()
public org.antlr.v4.runtime.tree.TerminalNode K_BY()
public java.util.List<SQLiteParser.Ordering_termContext> ordering_term()
public SQLiteParser.Ordering_termContext ordering_term(int i)
public org.antlr.v4.runtime.tree.TerminalNode K_LIMIT()
public java.util.List<SQLiteParser.ExprContext> expr()
public SQLiteParser.ExprContext expr(int i)
public org.antlr.v4.runtime.tree.TerminalNode K_RECURSIVE()
public java.util.List<org.antlr.v4.runtime.tree.TerminalNode> COMMA()
public org.antlr.v4.runtime.tree.TerminalNode COMMA(int i)
public org.antlr.v4.runtime.tree.TerminalNode K_OFFSET()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContext