public static class MySQLStatementParser.PrivilegeClause_Context
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
PrivilegeClause_Context(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
org.antlr.v4.runtime.tree.TerminalNode |
FROM() |
int |
getRuleIndex() |
MySQLStatementParser.GrantOption_Context |
grantOption_() |
org.antlr.v4.runtime.tree.TerminalNode |
ON() |
MySQLStatementParser.OnObjectClause_Context |
onObjectClause_() |
MySQLStatementParser.Privileges_Context |
privileges_() |
org.antlr.v4.runtime.tree.TerminalNode |
TO() |
MySQLStatementParser.UserOrRoles_Context |
userOrRoles_() |
MySQLStatementParser.WithGrantOption_Context |
withGrantOption_() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic PrivilegeClause_Context(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public MySQLStatementParser.Privileges_Context privileges_()
public org.antlr.v4.runtime.tree.TerminalNode ON()
public MySQLStatementParser.OnObjectClause_Context onObjectClause_()
public MySQLStatementParser.UserOrRoles_Context userOrRoles_()
public org.antlr.v4.runtime.tree.TerminalNode TO()
public org.antlr.v4.runtime.tree.TerminalNode FROM()
public MySQLStatementParser.WithGrantOption_Context withGrantOption_()
public MySQLStatementParser.GrantOption_Context grantOption_()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextCopyright © 2020 The Apache Software Foundation. All rights reserved.