public static class MySQLStatementParser.GrantRoleOrPrivilegeToContext extends MySQLStatementParser.GrantContext
| 构造器和说明 |
|---|
GrantRoleOrPrivilegeToContext(MySQLStatementParser.GrantContext ctx) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
org.antlr.v4.runtime.tree.TerminalNode |
GRANT() |
MySQLStatementParser.RoleOrPrivilegesContext |
roleOrPrivileges() |
org.antlr.v4.runtime.tree.TerminalNode |
TO() |
MySQLStatementParser.UserListContext |
userList() |
MySQLStatementParser.WithGrantOptionContext |
withGrantOption() |
copyFrom, getRuleIndexaddAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic GrantRoleOrPrivilegeToContext(MySQLStatementParser.GrantContext ctx)
public org.antlr.v4.runtime.tree.TerminalNode GRANT()
public MySQLStatementParser.RoleOrPrivilegesContext roleOrPrivileges()
public org.antlr.v4.runtime.tree.TerminalNode TO()
public MySQLStatementParser.UserListContext userList()
public MySQLStatementParser.WithGrantOptionContext withGrantOption()
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept 在接口中 org.antlr.v4.runtime.tree.ParseTreeaccept 在类中 org.antlr.v4.runtime.RuleContextCopyright © 2022 The Apache Software Foundation. All rights reserved.