public class MySqlParserBaseListener extends Object implements MySqlParserListener
MySqlParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
MySqlParserBaseListener() |
public void enterIntervalType(MySqlParser.IntervalTypeContext ctx)
MySqlParser.intervalType().
The default implementation does nothing.
enterIntervalType 在接口中 MySqlParserListenerctx - the parse treepublic void exitIntervalType(MySqlParser.IntervalTypeContext ctx)
MySqlParser.intervalType().
The default implementation does nothing.
exitIntervalType 在接口中 MySqlParserListenerctx - the parse treepublic void enterFullId(MySqlParser.FullIdContext ctx)
MySqlParser.fullId().
The default implementation does nothing.
enterFullId 在接口中 MySqlParserListenerctx - the parse treepublic void exitFullId(MySqlParser.FullIdContext ctx)
MySqlParser.fullId().
The default implementation does nothing.
exitFullId 在接口中 MySqlParserListenerctx - the parse treepublic void enterFullColumnName(MySqlParser.FullColumnNameContext ctx)
MySqlParser.fullColumnName().
The default implementation does nothing.
enterFullColumnName 在接口中 MySqlParserListenerctx - the parse treepublic void exitFullColumnName(MySqlParser.FullColumnNameContext ctx)
MySqlParser.fullColumnName().
The default implementation does nothing.
exitFullColumnName 在接口中 MySqlParserListenerctx - the parse treepublic void enterCharsetName(MySqlParser.CharsetNameContext ctx)
MySqlParser.charsetName().
The default implementation does nothing.
enterCharsetName 在接口中 MySqlParserListenerctx - the parse treepublic void exitCharsetName(MySqlParser.CharsetNameContext ctx)
MySqlParser.charsetName().
The default implementation does nothing.
exitCharsetName 在接口中 MySqlParserListenerctx - the parse treepublic void enterCollationName(MySqlParser.CollationNameContext ctx)
MySqlParser.collationName().
The default implementation does nothing.
enterCollationName 在接口中 MySqlParserListenerctx - the parse treepublic void exitCollationName(MySqlParser.CollationNameContext ctx)
MySqlParser.collationName().
The default implementation does nothing.
exitCollationName 在接口中 MySqlParserListenerctx - the parse treepublic void enterUid(MySqlParser.UidContext ctx)
MySqlParser.uid().
The default implementation does nothing.
enterUid 在接口中 MySqlParserListenerctx - the parse treepublic void exitUid(MySqlParser.UidContext ctx)
MySqlParser.uid().
The default implementation does nothing.
exitUid 在接口中 MySqlParserListenerctx - the parse treepublic void enterSimpleId(MySqlParser.SimpleIdContext ctx)
MySqlParser.simpleId().
The default implementation does nothing.
enterSimpleId 在接口中 MySqlParserListenerctx - the parse treepublic void exitSimpleId(MySqlParser.SimpleIdContext ctx)
MySqlParser.simpleId().
The default implementation does nothing.
exitSimpleId 在接口中 MySqlParserListenerctx - the parse treepublic void enterDottedId(MySqlParser.DottedIdContext ctx)
MySqlParser.dottedId().
The default implementation does nothing.
enterDottedId 在接口中 MySqlParserListenerctx - the parse treepublic void exitDottedId(MySqlParser.DottedIdContext ctx)
MySqlParser.dottedId().
The default implementation does nothing.
exitDottedId 在接口中 MySqlParserListenerctx - the parse treepublic void enterDecimalLiteral(MySqlParser.DecimalLiteralContext ctx)
MySqlParser.decimalLiteral().
The default implementation does nothing.
enterDecimalLiteral 在接口中 MySqlParserListenerctx - the parse treepublic void exitDecimalLiteral(MySqlParser.DecimalLiteralContext ctx)
MySqlParser.decimalLiteral().
The default implementation does nothing.
exitDecimalLiteral 在接口中 MySqlParserListenerctx - the parse treepublic void enterStringLiteral(MySqlParser.StringLiteralContext ctx)
MySqlParser.stringLiteral().
The default implementation does nothing.
enterStringLiteral 在接口中 MySqlParserListenerctx - the parse treepublic void exitStringLiteral(MySqlParser.StringLiteralContext ctx)
MySqlParser.stringLiteral().
The default implementation does nothing.
exitStringLiteral 在接口中 MySqlParserListenerctx - the parse treepublic void enterBooleanLiteral(MySqlParser.BooleanLiteralContext ctx)
MySqlParser.booleanLiteral().
The default implementation does nothing.
enterBooleanLiteral 在接口中 MySqlParserListenerctx - the parse treepublic void exitBooleanLiteral(MySqlParser.BooleanLiteralContext ctx)
MySqlParser.booleanLiteral().
The default implementation does nothing.
exitBooleanLiteral 在接口中 MySqlParserListenerctx - the parse treepublic void enterHexadecimalLiteral(MySqlParser.HexadecimalLiteralContext ctx)
MySqlParser.hexadecimalLiteral().
The default implementation does nothing.
enterHexadecimalLiteral 在接口中 MySqlParserListenerctx - the parse treepublic void exitHexadecimalLiteral(MySqlParser.HexadecimalLiteralContext ctx)
MySqlParser.hexadecimalLiteral().
The default implementation does nothing.
exitHexadecimalLiteral 在接口中 MySqlParserListenerctx - the parse treepublic void enterNullNotnull(MySqlParser.NullNotnullContext ctx)
MySqlParser.nullNotnull().
The default implementation does nothing.
enterNullNotnull 在接口中 MySqlParserListenerctx - the parse treepublic void exitNullNotnull(MySqlParser.NullNotnullContext ctx)
MySqlParser.nullNotnull().
The default implementation does nothing.
exitNullNotnull 在接口中 MySqlParserListenerctx - the parse treepublic void enterConstant(MySqlParser.ConstantContext ctx)
MySqlParser.constant().
The default implementation does nothing.
enterConstant 在接口中 MySqlParserListenerctx - the parse treepublic void exitConstant(MySqlParser.ConstantContext ctx)
MySqlParser.constant().
The default implementation does nothing.
exitConstant 在接口中 MySqlParserListenerctx - the parse treepublic void enterConvertedDataType(MySqlParser.ConvertedDataTypeContext ctx)
MySqlParser.convertedDataType().
The default implementation does nothing.
enterConvertedDataType 在接口中 MySqlParserListenerctx - the parse treepublic void exitConvertedDataType(MySqlParser.ConvertedDataTypeContext ctx)
MySqlParser.convertedDataType().
The default implementation does nothing.
exitConvertedDataType 在接口中 MySqlParserListenerctx - the parse treepublic void enterLengthOneDimension(MySqlParser.LengthOneDimensionContext ctx)
MySqlParser.lengthOneDimension().
The default implementation does nothing.
enterLengthOneDimension 在接口中 MySqlParserListenerctx - the parse treepublic void exitLengthOneDimension(MySqlParser.LengthOneDimensionContext ctx)
MySqlParser.lengthOneDimension().
The default implementation does nothing.
exitLengthOneDimension 在接口中 MySqlParserListenerctx - the parse treepublic void enterLengthTwoDimension(MySqlParser.LengthTwoDimensionContext ctx)
MySqlParser.lengthTwoDimension().
The default implementation does nothing.
enterLengthTwoDimension 在接口中 MySqlParserListenerctx - the parse treepublic void exitLengthTwoDimension(MySqlParser.LengthTwoDimensionContext ctx)
MySqlParser.lengthTwoDimension().
The default implementation does nothing.
exitLengthTwoDimension 在接口中 MySqlParserListenerctx - the parse treepublic void enterExpressions(MySqlParser.ExpressionsContext ctx)
MySqlParser.expressions().
The default implementation does nothing.
enterExpressions 在接口中 MySqlParserListenerctx - the parse treepublic void exitExpressions(MySqlParser.ExpressionsContext ctx)
MySqlParser.expressions().
The default implementation does nothing.
exitExpressions 在接口中 MySqlParserListenerctx - the parse treepublic void enterCurrentTimestamp(MySqlParser.CurrentTimestampContext ctx)
MySqlParser.currentTimestamp().
The default implementation does nothing.
enterCurrentTimestamp 在接口中 MySqlParserListenerctx - the parse treepublic void exitCurrentTimestamp(MySqlParser.CurrentTimestampContext ctx)
MySqlParser.currentTimestamp().
The default implementation does nothing.
exitCurrentTimestamp 在接口中 MySqlParserListenerctx - the parse treepublic void enterSpecificFunctionCall(MySqlParser.SpecificFunctionCallContext ctx)
specificFunctionCall
labeled alternative in MySqlParser.functionCall().
The default implementation does nothing.
enterSpecificFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void exitSpecificFunctionCall(MySqlParser.SpecificFunctionCallContext ctx)
specificFunctionCall
labeled alternative in MySqlParser.functionCall().
The default implementation does nothing.
exitSpecificFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void enterScalarFunctionCall(MySqlParser.ScalarFunctionCallContext ctx)
scalarFunctionCall
labeled alternative in MySqlParser.functionCall().
The default implementation does nothing.
enterScalarFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void exitScalarFunctionCall(MySqlParser.ScalarFunctionCallContext ctx)
scalarFunctionCall
labeled alternative in MySqlParser.functionCall().
The default implementation does nothing.
exitScalarFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void enterUdfFunctionCall(MySqlParser.UdfFunctionCallContext ctx)
udfFunctionCall
labeled alternative in MySqlParser.functionCall().
The default implementation does nothing.
enterUdfFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void exitUdfFunctionCall(MySqlParser.UdfFunctionCallContext ctx)
udfFunctionCall
labeled alternative in MySqlParser.functionCall().
The default implementation does nothing.
exitUdfFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void enterSimpleFunctionCall(MySqlParser.SimpleFunctionCallContext ctx)
simpleFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
enterSimpleFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void exitSimpleFunctionCall(MySqlParser.SimpleFunctionCallContext ctx)
simpleFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
exitSimpleFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void enterDataTypeFunctionCall(MySqlParser.DataTypeFunctionCallContext ctx)
dataTypeFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
enterDataTypeFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void exitDataTypeFunctionCall(MySqlParser.DataTypeFunctionCallContext ctx)
dataTypeFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
exitDataTypeFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void enterValuesFunctionCall(MySqlParser.ValuesFunctionCallContext ctx)
valuesFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
enterValuesFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void exitValuesFunctionCall(MySqlParser.ValuesFunctionCallContext ctx)
valuesFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
exitValuesFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void enterCaseFunctionCall(MySqlParser.CaseFunctionCallContext ctx)
caseFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
enterCaseFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void exitCaseFunctionCall(MySqlParser.CaseFunctionCallContext ctx)
caseFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
exitCaseFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void enterCharFunctionCall(MySqlParser.CharFunctionCallContext ctx)
charFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
enterCharFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void exitCharFunctionCall(MySqlParser.CharFunctionCallContext ctx)
charFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
exitCharFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void enterPositionFunctionCall(MySqlParser.PositionFunctionCallContext ctx)
positionFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
enterPositionFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void exitPositionFunctionCall(MySqlParser.PositionFunctionCallContext ctx)
positionFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
exitPositionFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void enterSubstrFunctionCall(MySqlParser.SubstrFunctionCallContext ctx)
substrFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
enterSubstrFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void exitSubstrFunctionCall(MySqlParser.SubstrFunctionCallContext ctx)
substrFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
exitSubstrFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void enterTrimFunctionCall(MySqlParser.TrimFunctionCallContext ctx)
trimFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
enterTrimFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void exitTrimFunctionCall(MySqlParser.TrimFunctionCallContext ctx)
trimFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
exitTrimFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void enterWeightFunctionCall(MySqlParser.WeightFunctionCallContext ctx)
weightFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
enterWeightFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void exitWeightFunctionCall(MySqlParser.WeightFunctionCallContext ctx)
weightFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
exitWeightFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void enterExtractFunctionCall(MySqlParser.ExtractFunctionCallContext ctx)
extractFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
enterExtractFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void exitExtractFunctionCall(MySqlParser.ExtractFunctionCallContext ctx)
extractFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
exitExtractFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void enterGetFormatFunctionCall(MySqlParser.GetFormatFunctionCallContext ctx)
getFormatFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
enterGetFormatFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void exitGetFormatFunctionCall(MySqlParser.GetFormatFunctionCallContext ctx)
getFormatFunctionCall
labeled alternative in MySqlParser.specificFunction().
The default implementation does nothing.
exitGetFormatFunctionCall 在接口中 MySqlParserListenerctx - the parse treepublic void enterCaseFuncAlternative(MySqlParser.CaseFuncAlternativeContext ctx)
MySqlParser.caseFuncAlternative().
The default implementation does nothing.
enterCaseFuncAlternative 在接口中 MySqlParserListenerctx - the parse treepublic void exitCaseFuncAlternative(MySqlParser.CaseFuncAlternativeContext ctx)
MySqlParser.caseFuncAlternative().
The default implementation does nothing.
exitCaseFuncAlternative 在接口中 MySqlParserListenerctx - the parse treepublic void enterLevelWeightList(MySqlParser.LevelWeightListContext ctx)
levelWeightList
labeled alternative in MySqlParser.levelsInWeightString().
The default implementation does nothing.
enterLevelWeightList 在接口中 MySqlParserListenerctx - the parse treepublic void exitLevelWeightList(MySqlParser.LevelWeightListContext ctx)
levelWeightList
labeled alternative in MySqlParser.levelsInWeightString().
The default implementation does nothing.
exitLevelWeightList 在接口中 MySqlParserListenerctx - the parse treepublic void enterLevelWeightRange(MySqlParser.LevelWeightRangeContext ctx)
levelWeightRange
labeled alternative in MySqlParser.levelsInWeightString().
The default implementation does nothing.
enterLevelWeightRange 在接口中 MySqlParserListenerctx - the parse treepublic void exitLevelWeightRange(MySqlParser.LevelWeightRangeContext ctx)
levelWeightRange
labeled alternative in MySqlParser.levelsInWeightString().
The default implementation does nothing.
exitLevelWeightRange 在接口中 MySqlParserListenerctx - the parse treepublic void enterLevelInWeightListElement(MySqlParser.LevelInWeightListElementContext ctx)
MySqlParser.levelInWeightListElement().
The default implementation does nothing.
enterLevelInWeightListElement 在接口中 MySqlParserListenerctx - the parse treepublic void exitLevelInWeightListElement(MySqlParser.LevelInWeightListElementContext ctx)
MySqlParser.levelInWeightListElement().
The default implementation does nothing.
exitLevelInWeightListElement 在接口中 MySqlParserListenerctx - the parse treepublic void enterScalarFunctionName(MySqlParser.ScalarFunctionNameContext ctx)
MySqlParser.scalarFunctionName().
The default implementation does nothing.
enterScalarFunctionName 在接口中 MySqlParserListenerctx - the parse treepublic void exitScalarFunctionName(MySqlParser.ScalarFunctionNameContext ctx)
MySqlParser.scalarFunctionName().
The default implementation does nothing.
exitScalarFunctionName 在接口中 MySqlParserListenerctx - the parse treepublic void enterFunctionArgs(MySqlParser.FunctionArgsContext ctx)
MySqlParser.functionArgs().
The default implementation does nothing.
enterFunctionArgs 在接口中 MySqlParserListenerctx - the parse treepublic void exitFunctionArgs(MySqlParser.FunctionArgsContext ctx)
MySqlParser.functionArgs().
The default implementation does nothing.
exitFunctionArgs 在接口中 MySqlParserListenerctx - the parse treepublic void enterFunctionArg(MySqlParser.FunctionArgContext ctx)
MySqlParser.functionArg().
The default implementation does nothing.
enterFunctionArg 在接口中 MySqlParserListenerctx - the parse treepublic void exitFunctionArg(MySqlParser.FunctionArgContext ctx)
MySqlParser.functionArg().
The default implementation does nothing.
exitFunctionArg 在接口中 MySqlParserListenerctx - the parse treepublic void enterIsExpression(MySqlParser.IsExpressionContext ctx)
isExpression
labeled alternative in MySqlParser.expression().
The default implementation does nothing.
enterIsExpression 在接口中 MySqlParserListenerctx - the parse treepublic void exitIsExpression(MySqlParser.IsExpressionContext ctx)
isExpression
labeled alternative in MySqlParser.expression().
The default implementation does nothing.
exitIsExpression 在接口中 MySqlParserListenerctx - the parse treepublic void enterNotExpression(MySqlParser.NotExpressionContext ctx)
notExpression
labeled alternative in MySqlParser.expression().
The default implementation does nothing.
enterNotExpression 在接口中 MySqlParserListenerctx - the parse treepublic void exitNotExpression(MySqlParser.NotExpressionContext ctx)
notExpression
labeled alternative in MySqlParser.expression().
The default implementation does nothing.
exitNotExpression 在接口中 MySqlParserListenerctx - the parse treepublic void enterLogicalExpression(MySqlParser.LogicalExpressionContext ctx)
logicalExpression
labeled alternative in MySqlParser.expression().
The default implementation does nothing.
enterLogicalExpression 在接口中 MySqlParserListenerctx - the parse treepublic void exitLogicalExpression(MySqlParser.LogicalExpressionContext ctx)
logicalExpression
labeled alternative in MySqlParser.expression().
The default implementation does nothing.
exitLogicalExpression 在接口中 MySqlParserListenerctx - the parse treepublic void enterPredicateExpression(MySqlParser.PredicateExpressionContext ctx)
predicateExpression
labeled alternative in MySqlParser.expression().
The default implementation does nothing.
enterPredicateExpression 在接口中 MySqlParserListenerctx - the parse treepublic void exitPredicateExpression(MySqlParser.PredicateExpressionContext ctx)
predicateExpression
labeled alternative in MySqlParser.expression().
The default implementation does nothing.
exitPredicateExpression 在接口中 MySqlParserListenerctx - the parse treepublic void enterSoundsLikePredicate(MySqlParser.SoundsLikePredicateContext ctx)
soundsLikePredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
enterSoundsLikePredicate 在接口中 MySqlParserListenerctx - the parse treepublic void exitSoundsLikePredicate(MySqlParser.SoundsLikePredicateContext ctx)
soundsLikePredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
exitSoundsLikePredicate 在接口中 MySqlParserListenerctx - the parse treepublic void enterExpressionAtomPredicate(MySqlParser.ExpressionAtomPredicateContext ctx)
expressionAtomPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
enterExpressionAtomPredicate 在接口中 MySqlParserListenerctx - the parse treepublic void exitExpressionAtomPredicate(MySqlParser.ExpressionAtomPredicateContext ctx)
expressionAtomPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
exitExpressionAtomPredicate 在接口中 MySqlParserListenerctx - the parse treepublic void enterBinaryComparisonPredicate(MySqlParser.BinaryComparisonPredicateContext ctx)
binaryComparisonPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
enterBinaryComparisonPredicate 在接口中 MySqlParserListenerctx - the parse treepublic void exitBinaryComparisonPredicate(MySqlParser.BinaryComparisonPredicateContext ctx)
binaryComparisonPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
exitBinaryComparisonPredicate 在接口中 MySqlParserListenerctx - the parse treepublic void enterInPredicate(MySqlParser.InPredicateContext ctx)
inPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
enterInPredicate 在接口中 MySqlParserListenerctx - the parse treepublic void exitInPredicate(MySqlParser.InPredicateContext ctx)
inPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
exitInPredicate 在接口中 MySqlParserListenerctx - the parse treepublic void enterBetweenPredicate(MySqlParser.BetweenPredicateContext ctx)
betweenPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
enterBetweenPredicate 在接口中 MySqlParserListenerctx - the parse treepublic void exitBetweenPredicate(MySqlParser.BetweenPredicateContext ctx)
betweenPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
exitBetweenPredicate 在接口中 MySqlParserListenerctx - the parse treepublic void enterIsNullPredicate(MySqlParser.IsNullPredicateContext ctx)
isNullPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
enterIsNullPredicate 在接口中 MySqlParserListenerctx - the parse treepublic void exitIsNullPredicate(MySqlParser.IsNullPredicateContext ctx)
isNullPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
exitIsNullPredicate 在接口中 MySqlParserListenerctx - the parse treepublic void enterLikePredicate(MySqlParser.LikePredicateContext ctx)
likePredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
enterLikePredicate 在接口中 MySqlParserListenerctx - the parse treepublic void exitLikePredicate(MySqlParser.LikePredicateContext ctx)
likePredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
exitLikePredicate 在接口中 MySqlParserListenerctx - the parse treepublic void enterRegexpPredicate(MySqlParser.RegexpPredicateContext ctx)
regexpPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
enterRegexpPredicate 在接口中 MySqlParserListenerctx - the parse treepublic void exitRegexpPredicate(MySqlParser.RegexpPredicateContext ctx)
regexpPredicate
labeled alternative in MySqlParser.predicate().
The default implementation does nothing.
exitRegexpPredicate 在接口中 MySqlParserListenerctx - the parse treepublic void enterUnaryExpressionAtom(MySqlParser.UnaryExpressionAtomContext ctx)
unaryExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterUnaryExpressionAtom 在接口中 MySqlParserListenerctx - the parse treepublic void exitUnaryExpressionAtom(MySqlParser.UnaryExpressionAtomContext ctx)
unaryExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitUnaryExpressionAtom 在接口中 MySqlParserListenerctx - the parse treepublic void enterCollateExpressionAtom(MySqlParser.CollateExpressionAtomContext ctx)
collateExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterCollateExpressionAtom 在接口中 MySqlParserListenerctx - the parse treepublic void exitCollateExpressionAtom(MySqlParser.CollateExpressionAtomContext ctx)
collateExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitCollateExpressionAtom 在接口中 MySqlParserListenerctx - the parse treepublic void enterConstantExpressionAtom(MySqlParser.ConstantExpressionAtomContext ctx)
constantExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterConstantExpressionAtom 在接口中 MySqlParserListenerctx - the parse treepublic void exitConstantExpressionAtom(MySqlParser.ConstantExpressionAtomContext ctx)
constantExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitConstantExpressionAtom 在接口中 MySqlParserListenerctx - the parse treepublic void enterFunctionCallExpressionAtom(MySqlParser.FunctionCallExpressionAtomContext ctx)
functionCallExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterFunctionCallExpressionAtom 在接口中 MySqlParserListenerctx - the parse treepublic void exitFunctionCallExpressionAtom(MySqlParser.FunctionCallExpressionAtomContext ctx)
functionCallExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitFunctionCallExpressionAtom 在接口中 MySqlParserListenerctx - the parse treepublic void enterBinaryExpressionAtom(MySqlParser.BinaryExpressionAtomContext ctx)
binaryExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterBinaryExpressionAtom 在接口中 MySqlParserListenerctx - the parse treepublic void exitBinaryExpressionAtom(MySqlParser.BinaryExpressionAtomContext ctx)
binaryExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitBinaryExpressionAtom 在接口中 MySqlParserListenerctx - the parse treepublic void enterFullColumnNameExpressionAtom(MySqlParser.FullColumnNameExpressionAtomContext ctx)
fullColumnNameExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterFullColumnNameExpressionAtom 在接口中 MySqlParserListenerctx - the parse treepublic void exitFullColumnNameExpressionAtom(MySqlParser.FullColumnNameExpressionAtomContext ctx)
fullColumnNameExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitFullColumnNameExpressionAtom 在接口中 MySqlParserListenerctx - the parse treepublic void enterBitExpressionAtom(MySqlParser.BitExpressionAtomContext ctx)
bitExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterBitExpressionAtom 在接口中 MySqlParserListenerctx - the parse treepublic void exitBitExpressionAtom(MySqlParser.BitExpressionAtomContext ctx)
bitExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitBitExpressionAtom 在接口中 MySqlParserListenerctx - the parse treepublic void enterNestedExpressionAtom(MySqlParser.NestedExpressionAtomContext ctx)
nestedExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterNestedExpressionAtom 在接口中 MySqlParserListenerctx - the parse treepublic void exitNestedExpressionAtom(MySqlParser.NestedExpressionAtomContext ctx)
nestedExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitNestedExpressionAtom 在接口中 MySqlParserListenerctx - the parse treepublic void enterNestedRowExpressionAtom(MySqlParser.NestedRowExpressionAtomContext ctx)
nestedRowExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterNestedRowExpressionAtom 在接口中 MySqlParserListenerctx - the parse treepublic void exitNestedRowExpressionAtom(MySqlParser.NestedRowExpressionAtomContext ctx)
nestedRowExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitNestedRowExpressionAtom 在接口中 MySqlParserListenerctx - the parse treepublic void enterMathExpressionAtom(MySqlParser.MathExpressionAtomContext ctx)
mathExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterMathExpressionAtom 在接口中 MySqlParserListenerctx - the parse treepublic void exitMathExpressionAtom(MySqlParser.MathExpressionAtomContext ctx)
mathExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitMathExpressionAtom 在接口中 MySqlParserListenerctx - the parse treepublic void enterIntervalExpressionAtom(MySqlParser.IntervalExpressionAtomContext ctx)
intervalExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
enterIntervalExpressionAtom 在接口中 MySqlParserListenerctx - the parse treepublic void exitIntervalExpressionAtom(MySqlParser.IntervalExpressionAtomContext ctx)
intervalExpressionAtom
labeled alternative in MySqlParser.expressionAtom().
The default implementation does nothing.
exitIntervalExpressionAtom 在接口中 MySqlParserListenerctx - the parse treepublic void enterUnaryOperator(MySqlParser.UnaryOperatorContext ctx)
MySqlParser.unaryOperator().
The default implementation does nothing.
enterUnaryOperator 在接口中 MySqlParserListenerctx - the parse treepublic void exitUnaryOperator(MySqlParser.UnaryOperatorContext ctx)
MySqlParser.unaryOperator().
The default implementation does nothing.
exitUnaryOperator 在接口中 MySqlParserListenerctx - the parse treepublic void enterComparisonOperator(MySqlParser.ComparisonOperatorContext ctx)
MySqlParser.comparisonOperator().
The default implementation does nothing.
enterComparisonOperator 在接口中 MySqlParserListenerctx - the parse treepublic void exitComparisonOperator(MySqlParser.ComparisonOperatorContext ctx)
MySqlParser.comparisonOperator().
The default implementation does nothing.
exitComparisonOperator 在接口中 MySqlParserListenerctx - the parse treepublic void enterLogicalOperator(MySqlParser.LogicalOperatorContext ctx)
MySqlParser.logicalOperator().
The default implementation does nothing.
enterLogicalOperator 在接口中 MySqlParserListenerctx - the parse treepublic void exitLogicalOperator(MySqlParser.LogicalOperatorContext ctx)
MySqlParser.logicalOperator().
The default implementation does nothing.
exitLogicalOperator 在接口中 MySqlParserListenerctx - the parse treepublic void enterBitOperator(MySqlParser.BitOperatorContext ctx)
MySqlParser.bitOperator().
The default implementation does nothing.
enterBitOperator 在接口中 MySqlParserListenerctx - the parse treepublic void exitBitOperator(MySqlParser.BitOperatorContext ctx)
MySqlParser.bitOperator().
The default implementation does nothing.
exitBitOperator 在接口中 MySqlParserListenerctx - the parse treepublic void enterMathOperator(MySqlParser.MathOperatorContext ctx)
MySqlParser.mathOperator().
The default implementation does nothing.
enterMathOperator 在接口中 MySqlParserListenerctx - the parse treepublic void exitMathOperator(MySqlParser.MathOperatorContext ctx)
MySqlParser.mathOperator().
The default implementation does nothing.
exitMathOperator 在接口中 MySqlParserListenerctx - the parse treepublic void enterCharsetNameBase(MySqlParser.CharsetNameBaseContext ctx)
MySqlParser.charsetNameBase().
The default implementation does nothing.
enterCharsetNameBase 在接口中 MySqlParserListenerctx - the parse treepublic void exitCharsetNameBase(MySqlParser.CharsetNameBaseContext ctx)
MySqlParser.charsetNameBase().
The default implementation does nothing.
exitCharsetNameBase 在接口中 MySqlParserListenerctx - the parse treepublic void enterIntervalTypeBase(MySqlParser.IntervalTypeBaseContext ctx)
MySqlParser.intervalTypeBase().
The default implementation does nothing.
enterIntervalTypeBase 在接口中 MySqlParserListenerctx - the parse treepublic void exitIntervalTypeBase(MySqlParser.IntervalTypeBaseContext ctx)
MySqlParser.intervalTypeBase().
The default implementation does nothing.
exitIntervalTypeBase 在接口中 MySqlParserListenerctx - the parse treepublic void enterDataTypeBase(MySqlParser.DataTypeBaseContext ctx)
MySqlParser.dataTypeBase().
The default implementation does nothing.
enterDataTypeBase 在接口中 MySqlParserListenerctx - the parse treepublic void exitDataTypeBase(MySqlParser.DataTypeBaseContext ctx)
MySqlParser.dataTypeBase().
The default implementation does nothing.
exitDataTypeBase 在接口中 MySqlParserListenerctx - the parse treepublic void enterKeywordsCanBeId(MySqlParser.KeywordsCanBeIdContext ctx)
MySqlParser.keywordsCanBeId().
The default implementation does nothing.
enterKeywordsCanBeId 在接口中 MySqlParserListenerctx - the parse treepublic void exitKeywordsCanBeId(MySqlParser.KeywordsCanBeIdContext ctx)
MySqlParser.keywordsCanBeId().
The default implementation does nothing.
exitKeywordsCanBeId 在接口中 MySqlParserListenerctx - the parse treepublic void enterFunctionNameBase(MySqlParser.FunctionNameBaseContext ctx)
MySqlParser.functionNameBase().
The default implementation does nothing.
enterFunctionNameBase 在接口中 MySqlParserListenerctx - the parse treepublic void exitFunctionNameBase(MySqlParser.FunctionNameBaseContext ctx)
MySqlParser.functionNameBase().
The default implementation does nothing.
exitFunctionNameBase 在接口中 MySqlParserListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2023 PingCAP. All rights reserved.