public static class SQLiteParser.Join_clauseContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
Join_clauseContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
int |
getRuleIndex() |
java.util.List<SQLiteParser.Join_constraintContext> |
join_constraint() |
SQLiteParser.Join_constraintContext |
join_constraint(int i) |
java.util.List<SQLiteParser.Join_operatorContext> |
join_operator() |
SQLiteParser.Join_operatorContext |
join_operator(int i) |
java.util.List<SQLiteParser.Table_or_subqueryContext> |
table_or_subquery() |
SQLiteParser.Table_or_subqueryContext |
table_or_subquery(int i) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic Join_clauseContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public java.util.List<SQLiteParser.Table_or_subqueryContext> table_or_subquery()
public SQLiteParser.Table_or_subqueryContext table_or_subquery(int i)
public java.util.List<SQLiteParser.Join_operatorContext> join_operator()
public SQLiteParser.Join_operatorContext join_operator(int i)
public java.util.List<SQLiteParser.Join_constraintContext> join_constraint()
public SQLiteParser.Join_constraintContext join_constraint(int i)
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContext