public static class MySQLStatementParser.ConvertFunction_Context
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
ConvertFunction_Context(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
org.antlr.v4.runtime.tree.TerminalNode |
COMMA_() |
org.antlr.v4.runtime.tree.TerminalNode |
CONVERT() |
MySQLStatementParser.DataTypeContext |
dataType() |
MySQLStatementParser.ExprContext |
expr() |
int |
getRuleIndex() |
MySQLStatementParser.Identifier_Context |
identifier_() |
org.antlr.v4.runtime.tree.TerminalNode |
LP_() |
org.antlr.v4.runtime.tree.TerminalNode |
RP_() |
org.antlr.v4.runtime.tree.TerminalNode |
USING() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic ConvertFunction_Context(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode CONVERT()
public org.antlr.v4.runtime.tree.TerminalNode LP_()
public MySQLStatementParser.ExprContext expr()
public org.antlr.v4.runtime.tree.TerminalNode COMMA_()
public MySQLStatementParser.DataTypeContext dataType()
public org.antlr.v4.runtime.tree.TerminalNode RP_()
public org.antlr.v4.runtime.tree.TerminalNode USING()
public MySQLStatementParser.Identifier_Context identifier_()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextCopyright © 2019 The Apache Software Foundation. All rights reserved.