public static class MySQLStatementParser.DropIndexContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
DropIndexContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
List<MySQLStatementParser.AlterAlgorithmOptionContext> |
alterAlgorithmOption() |
MySQLStatementParser.AlterAlgorithmOptionContext |
alterAlgorithmOption(int i) |
List<MySQLStatementParser.AlterLockOptionContext> |
alterLockOption() |
MySQLStatementParser.AlterLockOptionContext |
alterLockOption(int i) |
org.antlr.v4.runtime.tree.TerminalNode |
DROP() |
int |
getRuleIndex() |
org.antlr.v4.runtime.tree.TerminalNode |
INDEX() |
MySQLStatementParser.IndexNameContext |
indexName() |
org.antlr.v4.runtime.tree.TerminalNode |
ON() |
MySQLStatementParser.TableNameContext |
tableName() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic DropIndexContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode DROP()
public org.antlr.v4.runtime.tree.TerminalNode INDEX()
public MySQLStatementParser.IndexNameContext indexName()
public org.antlr.v4.runtime.tree.TerminalNode ON()
public MySQLStatementParser.TableNameContext tableName()
public List<MySQLStatementParser.AlterAlgorithmOptionContext> alterAlgorithmOption()
public MySQLStatementParser.AlterAlgorithmOptionContext alterAlgorithmOption(int i)
public List<MySQLStatementParser.AlterLockOptionContext> alterLockOption()
public MySQLStatementParser.AlterLockOptionContext alterLockOption(int i)
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept in interface org.antlr.v4.runtime.tree.ParseTreeaccept in class org.antlr.v4.runtime.RuleContextCopyright © 2023 The Apache Software Foundation. All rights reserved.