Class MySqlParser.CaseFunctionCallContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.debezium.ddl.parser.mysql.generated.MySqlParser.SpecificFunctionContext
-
- io.debezium.ddl.parser.mysql.generated.MySqlParser.CaseFunctionCallContext
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree,org.antlr.v4.runtime.tree.RuleNode,org.antlr.v4.runtime.tree.SyntaxTree,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- MySqlParser
public static class MySqlParser.CaseFunctionCallContext extends MySqlParser.SpecificFunctionContext
-
-
Field Summary
Fields Modifier and Type Field Description MySqlParser.FunctionArgContextelseArg
-
Constructor Summary
Constructors Constructor Description CaseFunctionCallContext(MySqlParser.SpecificFunctionContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.antlr.v4.runtime.tree.TerminalNodeCASE()List<MySqlParser.CaseFuncAlternativeContext>caseFuncAlternative()MySqlParser.CaseFuncAlternativeContextcaseFuncAlternative(int i)org.antlr.v4.runtime.tree.TerminalNodeELSE()org.antlr.v4.runtime.tree.TerminalNodeEND()voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)MySqlParser.ExpressionContextexpression()MySqlParser.FunctionArgContextfunctionArg()-
Methods inherited from class io.debezium.ddl.parser.mysql.generated.MySqlParser.SpecificFunctionContext
copyFrom, getRuleIndex
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Field Detail
-
elseArg
public MySqlParser.FunctionArgContext elseArg
-
-
Constructor Detail
-
CaseFunctionCallContext
public CaseFunctionCallContext(MySqlParser.SpecificFunctionContext ctx)
-
-
Method Detail
-
CASE
public org.antlr.v4.runtime.tree.TerminalNode CASE()
-
expression
public MySqlParser.ExpressionContext expression()
-
END
public org.antlr.v4.runtime.tree.TerminalNode END()
-
caseFuncAlternative
public List<MySqlParser.CaseFuncAlternativeContext> caseFuncAlternative()
-
caseFuncAlternative
public MySqlParser.CaseFuncAlternativeContext caseFuncAlternative(int i)
-
ELSE
public org.antlr.v4.runtime.tree.TerminalNode ELSE()
-
functionArg
public MySqlParser.FunctionArgContext functionArg()
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRulein classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRulein classorg.antlr.v4.runtime.ParserRuleContext
-
-