public static class MySQLStatementParser.TableReferenceContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
TableReferenceContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
int |
getRuleIndex() |
List<MySQLStatementParser.JoinedTableContext> |
joinedTable() |
MySQLStatementParser.JoinedTableContext |
joinedTable(int i) |
List<MySQLStatementParser.TableFactorContext> |
tableFactor() |
MySQLStatementParser.TableFactorContext |
tableFactor(int i) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic TableReferenceContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public List<MySQLStatementParser.TableFactorContext> tableFactor()
public MySQLStatementParser.TableFactorContext tableFactor(int i)
public List<MySQLStatementParser.JoinedTableContext> joinedTable()
public MySQLStatementParser.JoinedTableContext joinedTable(int i)
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextCopyright © 2019 The Apache Software Foundation. All rights reserved.