Package eu.europa.ted.efx.sdk1
Interface EfxListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
EfxBaseListener,EfxExpressionTranslatorV1,EfxTemplateTranslatorV1
public interface EfxListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byEfxParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterSingleExpression
void enterSingleExpression(EfxParser.SingleExpressionContext ctx)
Enter a parse tree produced byEfxParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitSingleExpression
void exitSingleExpression(EfxParser.SingleExpressionContext ctx)
Exit a parse tree produced byEfxParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterTemplateFile
void enterTemplateFile(EfxParser.TemplateFileContext ctx)
Enter a parse tree produced byEfxParser.templateFile().- Parameters:
ctx- the parse tree
-
exitTemplateFile
void exitTemplateFile(EfxParser.TemplateFileContext ctx)
Exit a parse tree produced byEfxParser.templateFile().- Parameters:
ctx- the parse tree
-
enterTemplateLine
void enterTemplateLine(EfxParser.TemplateLineContext ctx)
Enter a parse tree produced byEfxParser.templateLine().- Parameters:
ctx- the parse tree
-
exitTemplateLine
void exitTemplateLine(EfxParser.TemplateLineContext ctx)
Exit a parse tree produced byEfxParser.templateLine().- Parameters:
ctx- the parse tree
-
enterTemplate
void enterTemplate(EfxParser.TemplateContext ctx)
Enter a parse tree produced byEfxParser.template().- Parameters:
ctx- the parse tree
-
exitTemplate
void exitTemplate(EfxParser.TemplateContext ctx)
Exit a parse tree produced byEfxParser.template().- Parameters:
ctx- the parse tree
-
enterTextTemplate
void enterTextTemplate(EfxParser.TextTemplateContext ctx)
Enter a parse tree produced by thetextTemplatelabeled alternative inEfxParser.templateFragment().- Parameters:
ctx- the parse tree
-
exitTextTemplate
void exitTextTemplate(EfxParser.TextTemplateContext ctx)
Exit a parse tree produced by thetextTemplatelabeled alternative inEfxParser.templateFragment().- Parameters:
ctx- the parse tree
-
enterLabelTemplate
void enterLabelTemplate(EfxParser.LabelTemplateContext ctx)
Enter a parse tree produced by thelabelTemplatelabeled alternative inEfxParser.templateFragment().- Parameters:
ctx- the parse tree
-
exitLabelTemplate
void exitLabelTemplate(EfxParser.LabelTemplateContext ctx)
Exit a parse tree produced by thelabelTemplatelabeled alternative inEfxParser.templateFragment().- Parameters:
ctx- the parse tree
-
enterExpressionTemplate
void enterExpressionTemplate(EfxParser.ExpressionTemplateContext ctx)
Enter a parse tree produced by theexpressionTemplatelabeled alternative inEfxParser.templateFragment().- Parameters:
ctx- the parse tree
-
exitExpressionTemplate
void exitExpressionTemplate(EfxParser.ExpressionTemplateContext ctx)
Exit a parse tree produced by theexpressionTemplatelabeled alternative inEfxParser.templateFragment().- Parameters:
ctx- the parse tree
-
enterTextBlock
void enterTextBlock(EfxParser.TextBlockContext ctx)
Enter a parse tree produced byEfxParser.textBlock().- Parameters:
ctx- the parse tree
-
exitTextBlock
void exitTextBlock(EfxParser.TextBlockContext ctx)
Exit a parse tree produced byEfxParser.textBlock().- Parameters:
ctx- the parse tree
-
enterWhitespace
void enterWhitespace(EfxParser.WhitespaceContext ctx)
Enter a parse tree produced byEfxParser.whitespace().- Parameters:
ctx- the parse tree
-
exitWhitespace
void exitWhitespace(EfxParser.WhitespaceContext ctx)
Exit a parse tree produced byEfxParser.whitespace().- Parameters:
ctx- the parse tree
-
enterStandardLabelReference
void enterStandardLabelReference(EfxParser.StandardLabelReferenceContext ctx)
Enter a parse tree produced by thestandardLabelReferencelabeled alternative inEfxParser.labelBlock().- Parameters:
ctx- the parse tree
-
exitStandardLabelReference
void exitStandardLabelReference(EfxParser.StandardLabelReferenceContext ctx)
Exit a parse tree produced by thestandardLabelReferencelabeled alternative inEfxParser.labelBlock().- Parameters:
ctx- the parse tree
-
enterShorthandBtLabelReference
void enterShorthandBtLabelReference(EfxParser.ShorthandBtLabelReferenceContext ctx)
Enter a parse tree produced by theshorthandBtLabelReferencelabeled alternative inEfxParser.labelBlock().- Parameters:
ctx- the parse tree
-
exitShorthandBtLabelReference
void exitShorthandBtLabelReference(EfxParser.ShorthandBtLabelReferenceContext ctx)
Exit a parse tree produced by theshorthandBtLabelReferencelabeled alternative inEfxParser.labelBlock().- Parameters:
ctx- the parse tree
-
enterShorthandFieldLabelReference
void enterShorthandFieldLabelReference(EfxParser.ShorthandFieldLabelReferenceContext ctx)
Enter a parse tree produced by theshorthandFieldLabelReferencelabeled alternative inEfxParser.labelBlock().- Parameters:
ctx- the parse tree
-
exitShorthandFieldLabelReference
void exitShorthandFieldLabelReference(EfxParser.ShorthandFieldLabelReferenceContext ctx)
Exit a parse tree produced by theshorthandFieldLabelReferencelabeled alternative inEfxParser.labelBlock().- Parameters:
ctx- the parse tree
-
enterShorthandIndirectLabelReference
void enterShorthandIndirectLabelReference(EfxParser.ShorthandIndirectLabelReferenceContext ctx)
Enter a parse tree produced by theshorthandIndirectLabelReferencelabeled alternative inEfxParser.labelBlock().- Parameters:
ctx- the parse tree
-
exitShorthandIndirectLabelReference
void exitShorthandIndirectLabelReference(EfxParser.ShorthandIndirectLabelReferenceContext ctx)
Exit a parse tree produced by theshorthandIndirectLabelReferencelabeled alternative inEfxParser.labelBlock().- Parameters:
ctx- the parse tree
-
enterShorthandLabelReferenceFromContext
void enterShorthandLabelReferenceFromContext(EfxParser.ShorthandLabelReferenceFromContextContext ctx)
Enter a parse tree produced by theshorthandLabelReferenceFromContextlabeled alternative inEfxParser.labelBlock().- Parameters:
ctx- the parse tree
-
exitShorthandLabelReferenceFromContext
void exitShorthandLabelReferenceFromContext(EfxParser.ShorthandLabelReferenceFromContextContext ctx)
Exit a parse tree produced by theshorthandLabelReferenceFromContextlabeled alternative inEfxParser.labelBlock().- Parameters:
ctx- the parse tree
-
enterShorthandIndirectLabelReferenceFromContextField
void enterShorthandIndirectLabelReferenceFromContextField(EfxParser.ShorthandIndirectLabelReferenceFromContextFieldContext ctx)
Enter a parse tree produced by theshorthandIndirectLabelReferenceFromContextFieldlabeled alternative inEfxParser.labelBlock().- Parameters:
ctx- the parse tree
-
exitShorthandIndirectLabelReferenceFromContextField
void exitShorthandIndirectLabelReferenceFromContextField(EfxParser.ShorthandIndirectLabelReferenceFromContextFieldContext ctx)
Exit a parse tree produced by theshorthandIndirectLabelReferenceFromContextFieldlabeled alternative inEfxParser.labelBlock().- Parameters:
ctx- the parse tree
-
enterAssetType
void enterAssetType(EfxParser.AssetTypeContext ctx)
Enter a parse tree produced byEfxParser.assetType().- Parameters:
ctx- the parse tree
-
exitAssetType
void exitAssetType(EfxParser.AssetTypeContext ctx)
Exit a parse tree produced byEfxParser.assetType().- Parameters:
ctx- the parse tree
-
enterLabelType
void enterLabelType(EfxParser.LabelTypeContext ctx)
Enter a parse tree produced byEfxParser.labelType().- Parameters:
ctx- the parse tree
-
exitLabelType
void exitLabelType(EfxParser.LabelTypeContext ctx)
Exit a parse tree produced byEfxParser.labelType().- Parameters:
ctx- the parse tree
-
enterAssetId
void enterAssetId(EfxParser.AssetIdContext ctx)
Enter a parse tree produced byEfxParser.assetId().- Parameters:
ctx- the parse tree
-
exitAssetId
void exitAssetId(EfxParser.AssetIdContext ctx)
Exit a parse tree produced byEfxParser.assetId().- Parameters:
ctx- the parse tree
-
enterOtherAssetId
void enterOtherAssetId(EfxParser.OtherAssetIdContext ctx)
Enter a parse tree produced byEfxParser.otherAssetId().- Parameters:
ctx- the parse tree
-
exitOtherAssetId
void exitOtherAssetId(EfxParser.OtherAssetIdContext ctx)
Exit a parse tree produced byEfxParser.otherAssetId().- Parameters:
ctx- the parse tree
-
enterStandardExpressionBlock
void enterStandardExpressionBlock(EfxParser.StandardExpressionBlockContext ctx)
Enter a parse tree produced by thestandardExpressionBlocklabeled alternative inEfxParser.expressionBlock().- Parameters:
ctx- the parse tree
-
exitStandardExpressionBlock
void exitStandardExpressionBlock(EfxParser.StandardExpressionBlockContext ctx)
Exit a parse tree produced by thestandardExpressionBlocklabeled alternative inEfxParser.expressionBlock().- Parameters:
ctx- the parse tree
-
enterShorthandFieldValueReferenceFromContextField
void enterShorthandFieldValueReferenceFromContextField(EfxParser.ShorthandFieldValueReferenceFromContextFieldContext ctx)
Enter a parse tree produced by theshorthandFieldValueReferenceFromContextFieldlabeled alternative inEfxParser.expressionBlock().- Parameters:
ctx- the parse tree
-
exitShorthandFieldValueReferenceFromContextField
void exitShorthandFieldValueReferenceFromContextField(EfxParser.ShorthandFieldValueReferenceFromContextFieldContext ctx)
Exit a parse tree produced by theshorthandFieldValueReferenceFromContextFieldlabeled alternative inEfxParser.expressionBlock().- Parameters:
ctx- the parse tree
-
enterContextDeclarationBlock
void enterContextDeclarationBlock(EfxParser.ContextDeclarationBlockContext ctx)
Enter a parse tree produced byEfxParser.contextDeclarationBlock().- Parameters:
ctx- the parse tree
-
exitContextDeclarationBlock
void exitContextDeclarationBlock(EfxParser.ContextDeclarationBlockContext ctx)
Exit a parse tree produced byEfxParser.contextDeclarationBlock().- Parameters:
ctx- the parse tree
-
enterParameterList
void enterParameterList(EfxParser.ParameterListContext ctx)
Enter a parse tree produced byEfxParser.parameterList().- Parameters:
ctx- the parse tree
-
exitParameterList
void exitParameterList(EfxParser.ParameterListContext ctx)
Exit a parse tree produced byEfxParser.parameterList().- Parameters:
ctx- the parse tree
-
enterStringParameterDeclaration
void enterStringParameterDeclaration(EfxParser.StringParameterDeclarationContext ctx)
Enter a parse tree produced by thestringParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().- Parameters:
ctx- the parse tree
-
exitStringParameterDeclaration
void exitStringParameterDeclaration(EfxParser.StringParameterDeclarationContext ctx)
Exit a parse tree produced by thestringParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().- Parameters:
ctx- the parse tree
-
enterNumericParameterDeclaration
void enterNumericParameterDeclaration(EfxParser.NumericParameterDeclarationContext ctx)
Enter a parse tree produced by thenumericParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().- Parameters:
ctx- the parse tree
-
exitNumericParameterDeclaration
void exitNumericParameterDeclaration(EfxParser.NumericParameterDeclarationContext ctx)
Exit a parse tree produced by thenumericParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().- Parameters:
ctx- the parse tree
-
enterBooleanParameterDeclaration
void enterBooleanParameterDeclaration(EfxParser.BooleanParameterDeclarationContext ctx)
Enter a parse tree produced by thebooleanParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().- Parameters:
ctx- the parse tree
-
exitBooleanParameterDeclaration
void exitBooleanParameterDeclaration(EfxParser.BooleanParameterDeclarationContext ctx)
Exit a parse tree produced by thebooleanParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().- Parameters:
ctx- the parse tree
-
enterDateParameterDeclaration
void enterDateParameterDeclaration(EfxParser.DateParameterDeclarationContext ctx)
Enter a parse tree produced by thedateParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().- Parameters:
ctx- the parse tree
-
exitDateParameterDeclaration
void exitDateParameterDeclaration(EfxParser.DateParameterDeclarationContext ctx)
Exit a parse tree produced by thedateParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().- Parameters:
ctx- the parse tree
-
enterTimeParameterDeclaration
void enterTimeParameterDeclaration(EfxParser.TimeParameterDeclarationContext ctx)
Enter a parse tree produced by thetimeParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().- Parameters:
ctx- the parse tree
-
exitTimeParameterDeclaration
void exitTimeParameterDeclaration(EfxParser.TimeParameterDeclarationContext ctx)
Exit a parse tree produced by thetimeParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().- Parameters:
ctx- the parse tree
-
enterDurationParameterDeclaration
void enterDurationParameterDeclaration(EfxParser.DurationParameterDeclarationContext ctx)
Enter a parse tree produced by thedurationParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().- Parameters:
ctx- the parse tree
-
exitDurationParameterDeclaration
void exitDurationParameterDeclaration(EfxParser.DurationParameterDeclarationContext ctx)
Exit a parse tree produced by thedurationParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().- Parameters:
ctx- the parse tree
-
enterParameterValue
void enterParameterValue(EfxParser.ParameterValueContext ctx)
Enter a parse tree produced byEfxParser.parameterValue().- Parameters:
ctx- the parse tree
-
exitParameterValue
void exitParameterValue(EfxParser.ParameterValueContext ctx)
Exit a parse tree produced byEfxParser.parameterValue().- Parameters:
ctx- the parse tree
-
enterExpression
void enterExpression(EfxParser.ExpressionContext ctx)
Enter a parse tree produced byEfxParser.expression().- Parameters:
ctx- the parse tree
-
exitExpression
void exitExpression(EfxParser.ExpressionContext ctx)
Exit a parse tree produced byEfxParser.expression().- Parameters:
ctx- the parse tree
-
enterUntypedConditionalExpression
void enterUntypedConditionalExpression(EfxParser.UntypedConditionalExpressionContext ctx)
Enter a parse tree produced by theuntypedConditionalExpressionlabeled alternative inEfxParser.lateBoundExpression().- Parameters:
ctx- the parse tree
-
exitUntypedConditionalExpression
void exitUntypedConditionalExpression(EfxParser.UntypedConditionalExpressionContext ctx)
Exit a parse tree produced by theuntypedConditionalExpressionlabeled alternative inEfxParser.lateBoundExpression().- Parameters:
ctx- the parse tree
-
enterUntypedFieldReferenceExpression
void enterUntypedFieldReferenceExpression(EfxParser.UntypedFieldReferenceExpressionContext ctx)
Enter a parse tree produced by theuntypedFieldReferenceExpressionlabeled alternative inEfxParser.lateBoundExpression().- Parameters:
ctx- the parse tree
-
exitUntypedFieldReferenceExpression
void exitUntypedFieldReferenceExpression(EfxParser.UntypedFieldReferenceExpressionContext ctx)
Exit a parse tree produced by theuntypedFieldReferenceExpressionlabeled alternative inEfxParser.lateBoundExpression().- Parameters:
ctx- the parse tree
-
enterUntypedSequenceExpression
void enterUntypedSequenceExpression(EfxParser.UntypedSequenceExpressionContext ctx)
Enter a parse tree produced by theuntypedSequenceExpressionlabeled alternative inEfxParser.lateBoundExpression().- Parameters:
ctx- the parse tree
-
exitUntypedSequenceExpression
void exitUntypedSequenceExpression(EfxParser.UntypedSequenceExpressionContext ctx)
Exit a parse tree produced by theuntypedSequenceExpressionlabeled alternative inEfxParser.lateBoundExpression().- Parameters:
ctx- the parse tree
-
enterUntypedVariableExpression
void enterUntypedVariableExpression(EfxParser.UntypedVariableExpressionContext ctx)
Enter a parse tree produced by theuntypedVariableExpressionlabeled alternative inEfxParser.lateBoundExpression().- Parameters:
ctx- the parse tree
-
exitUntypedVariableExpression
void exitUntypedVariableExpression(EfxParser.UntypedVariableExpressionContext ctx)
Exit a parse tree produced by theuntypedVariableExpressionlabeled alternative inEfxParser.lateBoundExpression().- Parameters:
ctx- the parse tree
-
enterDurationComparison
void enterDurationComparison(EfxParser.DurationComparisonContext ctx)
Enter a parse tree produced by thedurationComparisonlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitDurationComparison
void exitDurationComparison(EfxParser.DurationComparisonContext ctx)
Exit a parse tree produced by thedurationComparisonlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterConditionalBooleanExpression
void enterConditionalBooleanExpression(EfxParser.ConditionalBooleanExpressionContext ctx)
Enter a parse tree produced by theconditionalBooleanExpressionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitConditionalBooleanExpression
void exitConditionalBooleanExpression(EfxParser.ConditionalBooleanExpressionContext ctx)
Exit a parse tree produced by theconditionalBooleanExpressionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterTimeInListCondition
void enterTimeInListCondition(EfxParser.TimeInListConditionContext ctx)
Enter a parse tree produced by thetimeInListConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitTimeInListCondition
void exitTimeInListCondition(EfxParser.TimeInListConditionContext ctx)
Exit a parse tree produced by thetimeInListConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterBooleanFunctionExpression
void enterBooleanFunctionExpression(EfxParser.BooleanFunctionExpressionContext ctx)
Enter a parse tree produced by thebooleanFunctionExpressionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitBooleanFunctionExpression
void exitBooleanFunctionExpression(EfxParser.BooleanFunctionExpressionContext ctx)
Exit a parse tree produced by thebooleanFunctionExpressionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterDurationInListCondition
void enterDurationInListCondition(EfxParser.DurationInListConditionContext ctx)
Enter a parse tree produced by thedurationInListConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitDurationInListCondition
void exitDurationInListCondition(EfxParser.DurationInListConditionContext ctx)
Exit a parse tree produced by thedurationInListConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterStringInListCondition
void enterStringInListCondition(EfxParser.StringInListConditionContext ctx)
Enter a parse tree produced by thestringInListConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitStringInListCondition
void exitStringInListCondition(EfxParser.StringInListConditionContext ctx)
Exit a parse tree produced by thestringInListConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterLogicalAndCondition
void enterLogicalAndCondition(EfxParser.LogicalAndConditionContext ctx)
Enter a parse tree produced by thelogicalAndConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitLogicalAndCondition
void exitLogicalAndCondition(EfxParser.LogicalAndConditionContext ctx)
Exit a parse tree produced by thelogicalAndConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterBooleanLiteralExpression
void enterBooleanLiteralExpression(EfxParser.BooleanLiteralExpressionContext ctx)
Enter a parse tree produced by thebooleanLiteralExpressionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitBooleanLiteralExpression
void exitBooleanLiteralExpression(EfxParser.BooleanLiteralExpressionContext ctx)
Exit a parse tree produced by thebooleanLiteralExpressionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterNumericComparison
void enterNumericComparison(EfxParser.NumericComparisonContext ctx)
Enter a parse tree produced by thenumericComparisonlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitNumericComparison
void exitNumericComparison(EfxParser.NumericComparisonContext ctx)
Exit a parse tree produced by thenumericComparisonlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterLogicalOrCondition
void enterLogicalOrCondition(EfxParser.LogicalOrConditionContext ctx)
Enter a parse tree produced by thelogicalOrConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitLogicalOrCondition
void exitLogicalOrCondition(EfxParser.LogicalOrConditionContext ctx)
Exit a parse tree produced by thelogicalOrConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterUntypedBooleanExpression
void enterUntypedBooleanExpression(EfxParser.UntypedBooleanExpressionContext ctx)
Enter a parse tree produced by theuntypedBooleanExpressionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitUntypedBooleanExpression
void exitUntypedBooleanExpression(EfxParser.UntypedBooleanExpressionContext ctx)
Exit a parse tree produced by theuntypedBooleanExpressionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterParenthesizedBooleanExpression
void enterParenthesizedBooleanExpression(EfxParser.ParenthesizedBooleanExpressionContext ctx)
Enter a parse tree produced by theparenthesizedBooleanExpressionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitParenthesizedBooleanExpression
void exitParenthesizedBooleanExpression(EfxParser.ParenthesizedBooleanExpressionContext ctx)
Exit a parse tree produced by theparenthesizedBooleanExpressionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterBooleanInListCondition
void enterBooleanInListCondition(EfxParser.BooleanInListConditionContext ctx)
Enter a parse tree produced by thebooleanInListConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitBooleanInListCondition
void exitBooleanInListCondition(EfxParser.BooleanInListConditionContext ctx)
Exit a parse tree produced by thebooleanInListConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterBooleanCastExpression
void enterBooleanCastExpression(EfxParser.BooleanCastExpressionContext ctx)
Enter a parse tree produced by thebooleanCastExpressionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitBooleanCastExpression
void exitBooleanCastExpression(EfxParser.BooleanCastExpressionContext ctx)
Exit a parse tree produced by thebooleanCastExpressionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterQuantifiedExpression
void enterQuantifiedExpression(EfxParser.QuantifiedExpressionContext ctx)
Enter a parse tree produced by thequantifiedExpressionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitQuantifiedExpression
void exitQuantifiedExpression(EfxParser.QuantifiedExpressionContext ctx)
Exit a parse tree produced by thequantifiedExpressionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterTimeComparison
void enterTimeComparison(EfxParser.TimeComparisonContext ctx)
Enter a parse tree produced by thetimeComparisonlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitTimeComparison
void exitTimeComparison(EfxParser.TimeComparisonContext ctx)
Exit a parse tree produced by thetimeComparisonlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterNumberInListCondition
void enterNumberInListCondition(EfxParser.NumberInListConditionContext ctx)
Enter a parse tree produced by thenumberInListConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitNumberInListCondition
void exitNumberInListCondition(EfxParser.NumberInListConditionContext ctx)
Exit a parse tree produced by thenumberInListConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterPresenceCondition
void enterPresenceCondition(EfxParser.PresenceConditionContext ctx)
Enter a parse tree produced by thepresenceConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitPresenceCondition
void exitPresenceCondition(EfxParser.PresenceConditionContext ctx)
Exit a parse tree produced by thepresenceConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterEmptinessCondition
void enterEmptinessCondition(EfxParser.EmptinessConditionContext ctx)
Enter a parse tree produced by theemptinessConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitEmptinessCondition
void exitEmptinessCondition(EfxParser.EmptinessConditionContext ctx)
Exit a parse tree produced by theemptinessConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterDateComparison
void enterDateComparison(EfxParser.DateComparisonContext ctx)
Enter a parse tree produced by thedateComparisonlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitDateComparison
void exitDateComparison(EfxParser.DateComparisonContext ctx)
Exit a parse tree produced by thedateComparisonlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterBooleanComparison
void enterBooleanComparison(EfxParser.BooleanComparisonContext ctx)
Enter a parse tree produced by thebooleanComparisonlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitBooleanComparison
void exitBooleanComparison(EfxParser.BooleanComparisonContext ctx)
Exit a parse tree produced by thebooleanComparisonlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterStringComparison
void enterStringComparison(EfxParser.StringComparisonContext ctx)
Enter a parse tree produced by thestringComparisonlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitStringComparison
void exitStringComparison(EfxParser.StringComparisonContext ctx)
Exit a parse tree produced by thestringComparisonlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterDateInListCondition
void enterDateInListCondition(EfxParser.DateInListConditionContext ctx)
Enter a parse tree produced by thedateInListConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitDateInListCondition
void exitDateInListCondition(EfxParser.DateInListConditionContext ctx)
Exit a parse tree produced by thedateInListConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterLikePatternCondition
void enterLikePatternCondition(EfxParser.LikePatternConditionContext ctx)
Enter a parse tree produced by thelikePatternConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitLikePatternCondition
void exitLikePatternCondition(EfxParser.LikePatternConditionContext ctx)
Exit a parse tree produced by thelikePatternConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterUniqueValueCondition
void enterUniqueValueCondition(EfxParser.UniqueValueConditionContext ctx)
Enter a parse tree produced by theuniqueValueConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitUniqueValueCondition
void exitUniqueValueCondition(EfxParser.UniqueValueConditionContext ctx)
Exit a parse tree produced by theuniqueValueConditionlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterFieldValueComparison
void enterFieldValueComparison(EfxParser.FieldValueComparisonContext ctx)
Enter a parse tree produced by thefieldValueComparisonlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
exitFieldValueComparison
void exitFieldValueComparison(EfxParser.FieldValueComparisonContext ctx)
Exit a parse tree produced by thefieldValueComparisonlabeled alternative inEfxParser.booleanExpression().- Parameters:
ctx- the parse tree
-
enterConditionalStringExpression
void enterConditionalStringExpression(EfxParser.ConditionalStringExpressionContext ctx)
Enter a parse tree produced by theconditionalStringExpressionlabeled alternative inEfxParser.stringExpression().- Parameters:
ctx- the parse tree
-
exitConditionalStringExpression
void exitConditionalStringExpression(EfxParser.ConditionalStringExpressionContext ctx)
Exit a parse tree produced by theconditionalStringExpressionlabeled alternative inEfxParser.stringExpression().- Parameters:
ctx- the parse tree
-
enterStringLiteralExpression
void enterStringLiteralExpression(EfxParser.StringLiteralExpressionContext ctx)
Enter a parse tree produced by thestringLiteralExpressionlabeled alternative inEfxParser.stringExpression().- Parameters:
ctx- the parse tree
-
exitStringLiteralExpression
void exitStringLiteralExpression(EfxParser.StringLiteralExpressionContext ctx)
Exit a parse tree produced by thestringLiteralExpressionlabeled alternative inEfxParser.stringExpression().- Parameters:
ctx- the parse tree
-
enterStringFunctionExpression
void enterStringFunctionExpression(EfxParser.StringFunctionExpressionContext ctx)
Enter a parse tree produced by thestringFunctionExpressionlabeled alternative inEfxParser.stringExpression().- Parameters:
ctx- the parse tree
-
exitStringFunctionExpression
void exitStringFunctionExpression(EfxParser.StringFunctionExpressionContext ctx)
Exit a parse tree produced by thestringFunctionExpressionlabeled alternative inEfxParser.stringExpression().- Parameters:
ctx- the parse tree
-
enterStringCastExpression
void enterStringCastExpression(EfxParser.StringCastExpressionContext ctx)
Enter a parse tree produced by thestringCastExpressionlabeled alternative inEfxParser.stringExpression().- Parameters:
ctx- the parse tree
-
exitStringCastExpression
void exitStringCastExpression(EfxParser.StringCastExpressionContext ctx)
Exit a parse tree produced by thestringCastExpressionlabeled alternative inEfxParser.stringExpression().- Parameters:
ctx- the parse tree
-
enterUntypedStringExpression
void enterUntypedStringExpression(EfxParser.UntypedStringExpressionContext ctx)
Enter a parse tree produced by theuntypedStringExpressionlabeled alternative inEfxParser.stringExpression().- Parameters:
ctx- the parse tree
-
exitUntypedStringExpression
void exitUntypedStringExpression(EfxParser.UntypedStringExpressionContext ctx)
Exit a parse tree produced by theuntypedStringExpressionlabeled alternative inEfxParser.stringExpression().- Parameters:
ctx- the parse tree
-
enterParenthesizedNumericExpression
void enterParenthesizedNumericExpression(EfxParser.ParenthesizedNumericExpressionContext ctx)
Enter a parse tree produced by theparenthesizedNumericExpressionlabeled alternative inEfxParser.numericExpression().- Parameters:
ctx- the parse tree
-
exitParenthesizedNumericExpression
void exitParenthesizedNumericExpression(EfxParser.ParenthesizedNumericExpressionContext ctx)
Exit a parse tree produced by theparenthesizedNumericExpressionlabeled alternative inEfxParser.numericExpression().- Parameters:
ctx- the parse tree
-
enterNumericFunctionExpression
void enterNumericFunctionExpression(EfxParser.NumericFunctionExpressionContext ctx)
Enter a parse tree produced by thenumericFunctionExpressionlabeled alternative inEfxParser.numericExpression().- Parameters:
ctx- the parse tree
-
exitNumericFunctionExpression
void exitNumericFunctionExpression(EfxParser.NumericFunctionExpressionContext ctx)
Exit a parse tree produced by thenumericFunctionExpressionlabeled alternative inEfxParser.numericExpression().- Parameters:
ctx- the parse tree
-
enterAdditionExpression
void enterAdditionExpression(EfxParser.AdditionExpressionContext ctx)
Enter a parse tree produced by theadditionExpressionlabeled alternative inEfxParser.numericExpression().- Parameters:
ctx- the parse tree
-
exitAdditionExpression
void exitAdditionExpression(EfxParser.AdditionExpressionContext ctx)
Exit a parse tree produced by theadditionExpressionlabeled alternative inEfxParser.numericExpression().- Parameters:
ctx- the parse tree
-
enterNumericLiteralExpression
void enterNumericLiteralExpression(EfxParser.NumericLiteralExpressionContext ctx)
Enter a parse tree produced by thenumericLiteralExpressionlabeled alternative inEfxParser.numericExpression().- Parameters:
ctx- the parse tree
-
exitNumericLiteralExpression
void exitNumericLiteralExpression(EfxParser.NumericLiteralExpressionContext ctx)
Exit a parse tree produced by thenumericLiteralExpressionlabeled alternative inEfxParser.numericExpression().- Parameters:
ctx- the parse tree
-
enterConditionalNumericExpression
void enterConditionalNumericExpression(EfxParser.ConditionalNumericExpressionContext ctx)
Enter a parse tree produced by theconditionalNumericExpressionlabeled alternative inEfxParser.numericExpression().- Parameters:
ctx- the parse tree
-
exitConditionalNumericExpression
void exitConditionalNumericExpression(EfxParser.ConditionalNumericExpressionContext ctx)
Exit a parse tree produced by theconditionalNumericExpressionlabeled alternative inEfxParser.numericExpression().- Parameters:
ctx- the parse tree
-
enterMultiplicationExpression
void enterMultiplicationExpression(EfxParser.MultiplicationExpressionContext ctx)
Enter a parse tree produced by themultiplicationExpressionlabeled alternative inEfxParser.numericExpression().- Parameters:
ctx- the parse tree
-
exitMultiplicationExpression
void exitMultiplicationExpression(EfxParser.MultiplicationExpressionContext ctx)
Exit a parse tree produced by themultiplicationExpressionlabeled alternative inEfxParser.numericExpression().- Parameters:
ctx- the parse tree
-
enterNumericCastExpression
void enterNumericCastExpression(EfxParser.NumericCastExpressionContext ctx)
Enter a parse tree produced by thenumericCastExpressionlabeled alternative inEfxParser.numericExpression().- Parameters:
ctx- the parse tree
-
exitNumericCastExpression
void exitNumericCastExpression(EfxParser.NumericCastExpressionContext ctx)
Exit a parse tree produced by thenumericCastExpressionlabeled alternative inEfxParser.numericExpression().- Parameters:
ctx- the parse tree
-
enterUntypedNumericExpression
void enterUntypedNumericExpression(EfxParser.UntypedNumericExpressionContext ctx)
Enter a parse tree produced by theuntypedNumericExpressionlabeled alternative inEfxParser.numericExpression().- Parameters:
ctx- the parse tree
-
exitUntypedNumericExpression
void exitUntypedNumericExpression(EfxParser.UntypedNumericExpressionContext ctx)
Exit a parse tree produced by theuntypedNumericExpressionlabeled alternative inEfxParser.numericExpression().- Parameters:
ctx- the parse tree
-
enterConditionalDateExpression
void enterConditionalDateExpression(EfxParser.ConditionalDateExpressionContext ctx)
Enter a parse tree produced by theconditionalDateExpressionlabeled alternative inEfxParser.dateExpression().- Parameters:
ctx- the parse tree
-
exitConditionalDateExpression
void exitConditionalDateExpression(EfxParser.ConditionalDateExpressionContext ctx)
Exit a parse tree produced by theconditionalDateExpressionlabeled alternative inEfxParser.dateExpression().- Parameters:
ctx- the parse tree
-
enterDateLiteralExpression
void enterDateLiteralExpression(EfxParser.DateLiteralExpressionContext ctx)
Enter a parse tree produced by thedateLiteralExpressionlabeled alternative inEfxParser.dateExpression().- Parameters:
ctx- the parse tree
-
exitDateLiteralExpression
void exitDateLiteralExpression(EfxParser.DateLiteralExpressionContext ctx)
Exit a parse tree produced by thedateLiteralExpressionlabeled alternative inEfxParser.dateExpression().- Parameters:
ctx- the parse tree
-
enterDateFunctionExpression
void enterDateFunctionExpression(EfxParser.DateFunctionExpressionContext ctx)
Enter a parse tree produced by thedateFunctionExpressionlabeled alternative inEfxParser.dateExpression().- Parameters:
ctx- the parse tree
-
exitDateFunctionExpression
void exitDateFunctionExpression(EfxParser.DateFunctionExpressionContext ctx)
Exit a parse tree produced by thedateFunctionExpressionlabeled alternative inEfxParser.dateExpression().- Parameters:
ctx- the parse tree
-
enterDateCastExpression
void enterDateCastExpression(EfxParser.DateCastExpressionContext ctx)
Enter a parse tree produced by thedateCastExpressionlabeled alternative inEfxParser.dateExpression().- Parameters:
ctx- the parse tree
-
exitDateCastExpression
void exitDateCastExpression(EfxParser.DateCastExpressionContext ctx)
Exit a parse tree produced by thedateCastExpressionlabeled alternative inEfxParser.dateExpression().- Parameters:
ctx- the parse tree
-
enterUntypedDateExpression
void enterUntypedDateExpression(EfxParser.UntypedDateExpressionContext ctx)
Enter a parse tree produced by theuntypedDateExpressionlabeled alternative inEfxParser.dateExpression().- Parameters:
ctx- the parse tree
-
exitUntypedDateExpression
void exitUntypedDateExpression(EfxParser.UntypedDateExpressionContext ctx)
Exit a parse tree produced by theuntypedDateExpressionlabeled alternative inEfxParser.dateExpression().- Parameters:
ctx- the parse tree
-
enterConditionalTimeExpression
void enterConditionalTimeExpression(EfxParser.ConditionalTimeExpressionContext ctx)
Enter a parse tree produced by theconditionalTimeExpressionlabeled alternative inEfxParser.timeExpression().- Parameters:
ctx- the parse tree
-
exitConditionalTimeExpression
void exitConditionalTimeExpression(EfxParser.ConditionalTimeExpressionContext ctx)
Exit a parse tree produced by theconditionalTimeExpressionlabeled alternative inEfxParser.timeExpression().- Parameters:
ctx- the parse tree
-
enterTimeLiteralExpression
void enterTimeLiteralExpression(EfxParser.TimeLiteralExpressionContext ctx)
Enter a parse tree produced by thetimeLiteralExpressionlabeled alternative inEfxParser.timeExpression().- Parameters:
ctx- the parse tree
-
exitTimeLiteralExpression
void exitTimeLiteralExpression(EfxParser.TimeLiteralExpressionContext ctx)
Exit a parse tree produced by thetimeLiteralExpressionlabeled alternative inEfxParser.timeExpression().- Parameters:
ctx- the parse tree
-
enterTimeFunctionExpression
void enterTimeFunctionExpression(EfxParser.TimeFunctionExpressionContext ctx)
Enter a parse tree produced by thetimeFunctionExpressionlabeled alternative inEfxParser.timeExpression().- Parameters:
ctx- the parse tree
-
exitTimeFunctionExpression
void exitTimeFunctionExpression(EfxParser.TimeFunctionExpressionContext ctx)
Exit a parse tree produced by thetimeFunctionExpressionlabeled alternative inEfxParser.timeExpression().- Parameters:
ctx- the parse tree
-
enterTimeCastExpression
void enterTimeCastExpression(EfxParser.TimeCastExpressionContext ctx)
Enter a parse tree produced by thetimeCastExpressionlabeled alternative inEfxParser.timeExpression().- Parameters:
ctx- the parse tree
-
exitTimeCastExpression
void exitTimeCastExpression(EfxParser.TimeCastExpressionContext ctx)
Exit a parse tree produced by thetimeCastExpressionlabeled alternative inEfxParser.timeExpression().- Parameters:
ctx- the parse tree
-
enterUntypedTimeExpression
void enterUntypedTimeExpression(EfxParser.UntypedTimeExpressionContext ctx)
Enter a parse tree produced by theuntypedTimeExpressionlabeled alternative inEfxParser.timeExpression().- Parameters:
ctx- the parse tree
-
exitUntypedTimeExpression
void exitUntypedTimeExpression(EfxParser.UntypedTimeExpressionContext ctx)
Exit a parse tree produced by theuntypedTimeExpressionlabeled alternative inEfxParser.timeExpression().- Parameters:
ctx- the parse tree
-
enterParenthesizedDurationExpression
void enterParenthesizedDurationExpression(EfxParser.ParenthesizedDurationExpressionContext ctx)
Enter a parse tree produced by theparenthesizedDurationExpressionlabeled alternative inEfxParser.durationExpression().- Parameters:
ctx- the parse tree
-
exitParenthesizedDurationExpression
void exitParenthesizedDurationExpression(EfxParser.ParenthesizedDurationExpressionContext ctx)
Exit a parse tree produced by theparenthesizedDurationExpressionlabeled alternative inEfxParser.durationExpression().- Parameters:
ctx- the parse tree
-
enterDurationSubtractionExpression
void enterDurationSubtractionExpression(EfxParser.DurationSubtractionExpressionContext ctx)
Enter a parse tree produced by thedurationSubtractionExpressionlabeled alternative inEfxParser.durationExpression().- Parameters:
ctx- the parse tree
-
exitDurationSubtractionExpression
void exitDurationSubtractionExpression(EfxParser.DurationSubtractionExpressionContext ctx)
Exit a parse tree produced by thedurationSubtractionExpressionlabeled alternative inEfxParser.durationExpression().- Parameters:
ctx- the parse tree
-
enterDateSubtractionExpression
void enterDateSubtractionExpression(EfxParser.DateSubtractionExpressionContext ctx)
Enter a parse tree produced by thedateSubtractionExpressionlabeled alternative inEfxParser.durationExpression().- Parameters:
ctx- the parse tree
-
exitDateSubtractionExpression
void exitDateSubtractionExpression(EfxParser.DateSubtractionExpressionContext ctx)
Exit a parse tree produced by thedateSubtractionExpressionlabeled alternative inEfxParser.durationExpression().- Parameters:
ctx- the parse tree
-
enterConditionalDurationExpression
void enterConditionalDurationExpression(EfxParser.ConditionalDurationExpressionContext ctx)
Enter a parse tree produced by theconditionalDurationExpressionlabeled alternative inEfxParser.durationExpression().- Parameters:
ctx- the parse tree
-
exitConditionalDurationExpression
void exitConditionalDurationExpression(EfxParser.ConditionalDurationExpressionContext ctx)
Exit a parse tree produced by theconditionalDurationExpressionlabeled alternative inEfxParser.durationExpression().- Parameters:
ctx- the parse tree
-
enterDurationCastExpression
void enterDurationCastExpression(EfxParser.DurationCastExpressionContext ctx)
Enter a parse tree produced by thedurationCastExpressionlabeled alternative inEfxParser.durationExpression().- Parameters:
ctx- the parse tree
-
exitDurationCastExpression
void exitDurationCastExpression(EfxParser.DurationCastExpressionContext ctx)
Exit a parse tree produced by thedurationCastExpressionlabeled alternative inEfxParser.durationExpression().- Parameters:
ctx- the parse tree
-
enterDurationLiteralExpression
void enterDurationLiteralExpression(EfxParser.DurationLiteralExpressionContext ctx)
Enter a parse tree produced by thedurationLiteralExpressionlabeled alternative inEfxParser.durationExpression().- Parameters:
ctx- the parse tree
-
exitDurationLiteralExpression
void exitDurationLiteralExpression(EfxParser.DurationLiteralExpressionContext ctx)
Exit a parse tree produced by thedurationLiteralExpressionlabeled alternative inEfxParser.durationExpression().- Parameters:
ctx- the parse tree
-
enterDurationAdditionExpression
void enterDurationAdditionExpression(EfxParser.DurationAdditionExpressionContext ctx)
Enter a parse tree produced by thedurationAdditionExpressionlabeled alternative inEfxParser.durationExpression().- Parameters:
ctx- the parse tree
-
exitDurationAdditionExpression
void exitDurationAdditionExpression(EfxParser.DurationAdditionExpressionContext ctx)
Exit a parse tree produced by thedurationAdditionExpressionlabeled alternative inEfxParser.durationExpression().- Parameters:
ctx- the parse tree
-
enterDurationFunctionExpression
void enterDurationFunctionExpression(EfxParser.DurationFunctionExpressionContext ctx)
Enter a parse tree produced by thedurationFunctionExpressionlabeled alternative inEfxParser.durationExpression().- Parameters:
ctx- the parse tree
-
exitDurationFunctionExpression
void exitDurationFunctionExpression(EfxParser.DurationFunctionExpressionContext ctx)
Exit a parse tree produced by thedurationFunctionExpressionlabeled alternative inEfxParser.durationExpression().- Parameters:
ctx- the parse tree
-
enterDurationRightMultiplicationExpression
void enterDurationRightMultiplicationExpression(EfxParser.DurationRightMultiplicationExpressionContext ctx)
Enter a parse tree produced by thedurationRightMultiplicationExpressionlabeled alternative inEfxParser.durationExpression().- Parameters:
ctx- the parse tree
-
exitDurationRightMultiplicationExpression
void exitDurationRightMultiplicationExpression(EfxParser.DurationRightMultiplicationExpressionContext ctx)
Exit a parse tree produced by thedurationRightMultiplicationExpressionlabeled alternative inEfxParser.durationExpression().- Parameters:
ctx- the parse tree
-
enterDurationLeftMultiplicationExpression
void enterDurationLeftMultiplicationExpression(EfxParser.DurationLeftMultiplicationExpressionContext ctx)
Enter a parse tree produced by thedurationLeftMultiplicationExpressionlabeled alternative inEfxParser.durationExpression().- Parameters:
ctx- the parse tree
-
exitDurationLeftMultiplicationExpression
void exitDurationLeftMultiplicationExpression(EfxParser.DurationLeftMultiplicationExpressionContext ctx)
Exit a parse tree produced by thedurationLeftMultiplicationExpressionlabeled alternative inEfxParser.durationExpression().- Parameters:
ctx- the parse tree
-
enterUntypedDurationExpression
void enterUntypedDurationExpression(EfxParser.UntypedDurationExpressionContext ctx)
Enter a parse tree produced by theuntypedDurationExpressionlabeled alternative inEfxParser.durationExpression().- Parameters:
ctx- the parse tree
-
exitUntypedDurationExpression
void exitUntypedDurationExpression(EfxParser.UntypedDurationExpressionContext ctx)
Exit a parse tree produced by theuntypedDurationExpressionlabeled alternative inEfxParser.durationExpression().- Parameters:
ctx- the parse tree
-
enterSequenceExpression
void enterSequenceExpression(EfxParser.SequenceExpressionContext ctx)
Enter a parse tree produced byEfxParser.sequenceExpression().- Parameters:
ctx- the parse tree
-
exitSequenceExpression
void exitSequenceExpression(EfxParser.SequenceExpressionContext ctx)
Exit a parse tree produced byEfxParser.sequenceExpression().- Parameters:
ctx- the parse tree
-
enterStringList
void enterStringList(EfxParser.StringListContext ctx)
Enter a parse tree produced by thestringListlabeled alternative inEfxParser.stringSequence().- Parameters:
ctx- the parse tree
-
exitStringList
void exitStringList(EfxParser.StringListContext ctx)
Exit a parse tree produced by thestringListlabeled alternative inEfxParser.stringSequence().- Parameters:
ctx- the parse tree
-
enterStringsFromIteration
void enterStringsFromIteration(EfxParser.StringsFromIterationContext ctx)
Enter a parse tree produced by thestringsFromIterationlabeled alternative inEfxParser.stringSequence().- Parameters:
ctx- the parse tree
-
exitStringsFromIteration
void exitStringsFromIteration(EfxParser.StringsFromIterationContext ctx)
Exit a parse tree produced by thestringsFromIterationlabeled alternative inEfxParser.stringSequence().- Parameters:
ctx- the parse tree
-
enterParenthesizedStringsFromIteration
void enterParenthesizedStringsFromIteration(EfxParser.ParenthesizedStringsFromIterationContext ctx)
Enter a parse tree produced by theparenthesizedStringsFromIterationlabeled alternative inEfxParser.stringSequence().- Parameters:
ctx- the parse tree
-
exitParenthesizedStringsFromIteration
void exitParenthesizedStringsFromIteration(EfxParser.ParenthesizedStringsFromIterationContext ctx)
Exit a parse tree produced by theparenthesizedStringsFromIterationlabeled alternative inEfxParser.stringSequence().- Parameters:
ctx- the parse tree
-
enterCodeList
void enterCodeList(EfxParser.CodeListContext ctx)
Enter a parse tree produced by thecodeListlabeled alternative inEfxParser.stringSequence().- Parameters:
ctx- the parse tree
-
exitCodeList
void exitCodeList(EfxParser.CodeListContext ctx)
Exit a parse tree produced by thecodeListlabeled alternative inEfxParser.stringSequence().- Parameters:
ctx- the parse tree
-
enterStringTypeCastFieldReference
void enterStringTypeCastFieldReference(EfxParser.StringTypeCastFieldReferenceContext ctx)
Enter a parse tree produced by thestringTypeCastFieldReferencelabeled alternative inEfxParser.stringSequence().- Parameters:
ctx- the parse tree
-
exitStringTypeCastFieldReference
void exitStringTypeCastFieldReference(EfxParser.StringTypeCastFieldReferenceContext ctx)
Exit a parse tree produced by thestringTypeCastFieldReferencelabeled alternative inEfxParser.stringSequence().- Parameters:
ctx- the parse tree
-
enterStringSequenceFromIteration
void enterStringSequenceFromIteration(EfxParser.StringSequenceFromIterationContext ctx)
Enter a parse tree produced byEfxParser.stringSequenceFromIteration().- Parameters:
ctx- the parse tree
-
exitStringSequenceFromIteration
void exitStringSequenceFromIteration(EfxParser.StringSequenceFromIterationContext ctx)
Exit a parse tree produced byEfxParser.stringSequenceFromIteration().- Parameters:
ctx- the parse tree
-
enterBooleanList
void enterBooleanList(EfxParser.BooleanListContext ctx)
Enter a parse tree produced by thebooleanListlabeled alternative inEfxParser.booleanSequence().- Parameters:
ctx- the parse tree
-
exitBooleanList
void exitBooleanList(EfxParser.BooleanListContext ctx)
Exit a parse tree produced by thebooleanListlabeled alternative inEfxParser.booleanSequence().- Parameters:
ctx- the parse tree
-
enterBooleansFromIteration
void enterBooleansFromIteration(EfxParser.BooleansFromIterationContext ctx)
Enter a parse tree produced by thebooleansFromIterationlabeled alternative inEfxParser.booleanSequence().- Parameters:
ctx- the parse tree
-
exitBooleansFromIteration
void exitBooleansFromIteration(EfxParser.BooleansFromIterationContext ctx)
Exit a parse tree produced by thebooleansFromIterationlabeled alternative inEfxParser.booleanSequence().- Parameters:
ctx- the parse tree
-
enterParenthesizedBooleansFromIteration
void enterParenthesizedBooleansFromIteration(EfxParser.ParenthesizedBooleansFromIterationContext ctx)
Enter a parse tree produced by theparenthesizedBooleansFromIterationlabeled alternative inEfxParser.booleanSequence().- Parameters:
ctx- the parse tree
-
exitParenthesizedBooleansFromIteration
void exitParenthesizedBooleansFromIteration(EfxParser.ParenthesizedBooleansFromIterationContext ctx)
Exit a parse tree produced by theparenthesizedBooleansFromIterationlabeled alternative inEfxParser.booleanSequence().- Parameters:
ctx- the parse tree
-
enterBooleanTypeCastFieldReference
void enterBooleanTypeCastFieldReference(EfxParser.BooleanTypeCastFieldReferenceContext ctx)
Enter a parse tree produced by thebooleanTypeCastFieldReferencelabeled alternative inEfxParser.booleanSequence().- Parameters:
ctx- the parse tree
-
exitBooleanTypeCastFieldReference
void exitBooleanTypeCastFieldReference(EfxParser.BooleanTypeCastFieldReferenceContext ctx)
Exit a parse tree produced by thebooleanTypeCastFieldReferencelabeled alternative inEfxParser.booleanSequence().- Parameters:
ctx- the parse tree
-
enterBooleanSequenceFromIteration
void enterBooleanSequenceFromIteration(EfxParser.BooleanSequenceFromIterationContext ctx)
Enter a parse tree produced byEfxParser.booleanSequenceFromIteration().- Parameters:
ctx- the parse tree
-
exitBooleanSequenceFromIteration
void exitBooleanSequenceFromIteration(EfxParser.BooleanSequenceFromIterationContext ctx)
Exit a parse tree produced byEfxParser.booleanSequenceFromIteration().- Parameters:
ctx- the parse tree
-
enterNumericList
void enterNumericList(EfxParser.NumericListContext ctx)
Enter a parse tree produced by thenumericListlabeled alternative inEfxParser.numericSequence().- Parameters:
ctx- the parse tree
-
exitNumericList
void exitNumericList(EfxParser.NumericListContext ctx)
Exit a parse tree produced by thenumericListlabeled alternative inEfxParser.numericSequence().- Parameters:
ctx- the parse tree
-
enterNumbersFromIteration
void enterNumbersFromIteration(EfxParser.NumbersFromIterationContext ctx)
Enter a parse tree produced by thenumbersFromIterationlabeled alternative inEfxParser.numericSequence().- Parameters:
ctx- the parse tree
-
exitNumbersFromIteration
void exitNumbersFromIteration(EfxParser.NumbersFromIterationContext ctx)
Exit a parse tree produced by thenumbersFromIterationlabeled alternative inEfxParser.numericSequence().- Parameters:
ctx- the parse tree
-
enterParenthesizedNumbersFromIteration
void enterParenthesizedNumbersFromIteration(EfxParser.ParenthesizedNumbersFromIterationContext ctx)
Enter a parse tree produced by theparenthesizedNumbersFromIterationlabeled alternative inEfxParser.numericSequence().- Parameters:
ctx- the parse tree
-
exitParenthesizedNumbersFromIteration
void exitParenthesizedNumbersFromIteration(EfxParser.ParenthesizedNumbersFromIterationContext ctx)
Exit a parse tree produced by theparenthesizedNumbersFromIterationlabeled alternative inEfxParser.numericSequence().- Parameters:
ctx- the parse tree
-
enterNumericTypeCastFieldReference
void enterNumericTypeCastFieldReference(EfxParser.NumericTypeCastFieldReferenceContext ctx)
Enter a parse tree produced by thenumericTypeCastFieldReferencelabeled alternative inEfxParser.numericSequence().- Parameters:
ctx- the parse tree
-
exitNumericTypeCastFieldReference
void exitNumericTypeCastFieldReference(EfxParser.NumericTypeCastFieldReferenceContext ctx)
Exit a parse tree produced by thenumericTypeCastFieldReferencelabeled alternative inEfxParser.numericSequence().- Parameters:
ctx- the parse tree
-
enterNumericSequenceFromIteration
void enterNumericSequenceFromIteration(EfxParser.NumericSequenceFromIterationContext ctx)
Enter a parse tree produced byEfxParser.numericSequenceFromIteration().- Parameters:
ctx- the parse tree
-
exitNumericSequenceFromIteration
void exitNumericSequenceFromIteration(EfxParser.NumericSequenceFromIterationContext ctx)
Exit a parse tree produced byEfxParser.numericSequenceFromIteration().- Parameters:
ctx- the parse tree
-
enterDateList
void enterDateList(EfxParser.DateListContext ctx)
Enter a parse tree produced by thedateListlabeled alternative inEfxParser.dateSequence().- Parameters:
ctx- the parse tree
-
exitDateList
void exitDateList(EfxParser.DateListContext ctx)
Exit a parse tree produced by thedateListlabeled alternative inEfxParser.dateSequence().- Parameters:
ctx- the parse tree
-
enterDatesFromIteration
void enterDatesFromIteration(EfxParser.DatesFromIterationContext ctx)
Enter a parse tree produced by thedatesFromIterationlabeled alternative inEfxParser.dateSequence().- Parameters:
ctx- the parse tree
-
exitDatesFromIteration
void exitDatesFromIteration(EfxParser.DatesFromIterationContext ctx)
Exit a parse tree produced by thedatesFromIterationlabeled alternative inEfxParser.dateSequence().- Parameters:
ctx- the parse tree
-
enterParenthesizedDatesFromIteration
void enterParenthesizedDatesFromIteration(EfxParser.ParenthesizedDatesFromIterationContext ctx)
Enter a parse tree produced by theparenthesizedDatesFromIterationlabeled alternative inEfxParser.dateSequence().- Parameters:
ctx- the parse tree
-
exitParenthesizedDatesFromIteration
void exitParenthesizedDatesFromIteration(EfxParser.ParenthesizedDatesFromIterationContext ctx)
Exit a parse tree produced by theparenthesizedDatesFromIterationlabeled alternative inEfxParser.dateSequence().- Parameters:
ctx- the parse tree
-
enterDateTypeCastFieldReference
void enterDateTypeCastFieldReference(EfxParser.DateTypeCastFieldReferenceContext ctx)
Enter a parse tree produced by thedateTypeCastFieldReferencelabeled alternative inEfxParser.dateSequence().- Parameters:
ctx- the parse tree
-
exitDateTypeCastFieldReference
void exitDateTypeCastFieldReference(EfxParser.DateTypeCastFieldReferenceContext ctx)
Exit a parse tree produced by thedateTypeCastFieldReferencelabeled alternative inEfxParser.dateSequence().- Parameters:
ctx- the parse tree
-
enterDateSequenceFromIteration
void enterDateSequenceFromIteration(EfxParser.DateSequenceFromIterationContext ctx)
Enter a parse tree produced byEfxParser.dateSequenceFromIteration().- Parameters:
ctx- the parse tree
-
exitDateSequenceFromIteration
void exitDateSequenceFromIteration(EfxParser.DateSequenceFromIterationContext ctx)
Exit a parse tree produced byEfxParser.dateSequenceFromIteration().- Parameters:
ctx- the parse tree
-
enterTimeList
void enterTimeList(EfxParser.TimeListContext ctx)
Enter a parse tree produced by thetimeListlabeled alternative inEfxParser.timeSequence().- Parameters:
ctx- the parse tree
-
exitTimeList
void exitTimeList(EfxParser.TimeListContext ctx)
Exit a parse tree produced by thetimeListlabeled alternative inEfxParser.timeSequence().- Parameters:
ctx- the parse tree
-
enterTimesFromIteration
void enterTimesFromIteration(EfxParser.TimesFromIterationContext ctx)
Enter a parse tree produced by thetimesFromIterationlabeled alternative inEfxParser.timeSequence().- Parameters:
ctx- the parse tree
-
exitTimesFromIteration
void exitTimesFromIteration(EfxParser.TimesFromIterationContext ctx)
Exit a parse tree produced by thetimesFromIterationlabeled alternative inEfxParser.timeSequence().- Parameters:
ctx- the parse tree
-
enterParenthesizedTimesFromIteration
void enterParenthesizedTimesFromIteration(EfxParser.ParenthesizedTimesFromIterationContext ctx)
Enter a parse tree produced by theparenthesizedTimesFromIterationlabeled alternative inEfxParser.timeSequence().- Parameters:
ctx- the parse tree
-
exitParenthesizedTimesFromIteration
void exitParenthesizedTimesFromIteration(EfxParser.ParenthesizedTimesFromIterationContext ctx)
Exit a parse tree produced by theparenthesizedTimesFromIterationlabeled alternative inEfxParser.timeSequence().- Parameters:
ctx- the parse tree
-
enterTimeTypeCastFieldReference
void enterTimeTypeCastFieldReference(EfxParser.TimeTypeCastFieldReferenceContext ctx)
Enter a parse tree produced by thetimeTypeCastFieldReferencelabeled alternative inEfxParser.timeSequence().- Parameters:
ctx- the parse tree
-
exitTimeTypeCastFieldReference
void exitTimeTypeCastFieldReference(EfxParser.TimeTypeCastFieldReferenceContext ctx)
Exit a parse tree produced by thetimeTypeCastFieldReferencelabeled alternative inEfxParser.timeSequence().- Parameters:
ctx- the parse tree
-
enterTimeSequenceFromIteration
void enterTimeSequenceFromIteration(EfxParser.TimeSequenceFromIterationContext ctx)
Enter a parse tree produced byEfxParser.timeSequenceFromIteration().- Parameters:
ctx- the parse tree
-
exitTimeSequenceFromIteration
void exitTimeSequenceFromIteration(EfxParser.TimeSequenceFromIterationContext ctx)
Exit a parse tree produced byEfxParser.timeSequenceFromIteration().- Parameters:
ctx- the parse tree
-
enterDurationList
void enterDurationList(EfxParser.DurationListContext ctx)
Enter a parse tree produced by thedurationListlabeled alternative inEfxParser.durationSequence().- Parameters:
ctx- the parse tree
-
exitDurationList
void exitDurationList(EfxParser.DurationListContext ctx)
Exit a parse tree produced by thedurationListlabeled alternative inEfxParser.durationSequence().- Parameters:
ctx- the parse tree
-
enterDurationsFromIteration
void enterDurationsFromIteration(EfxParser.DurationsFromIterationContext ctx)
Enter a parse tree produced by thedurationsFromIterationlabeled alternative inEfxParser.durationSequence().- Parameters:
ctx- the parse tree
-
exitDurationsFromIteration
void exitDurationsFromIteration(EfxParser.DurationsFromIterationContext ctx)
Exit a parse tree produced by thedurationsFromIterationlabeled alternative inEfxParser.durationSequence().- Parameters:
ctx- the parse tree
-
enterParenthesizedDurationsFromITeration
void enterParenthesizedDurationsFromITeration(EfxParser.ParenthesizedDurationsFromITerationContext ctx)
Enter a parse tree produced by theparenthesizedDurationsFromITerationlabeled alternative inEfxParser.durationSequence().- Parameters:
ctx- the parse tree
-
exitParenthesizedDurationsFromITeration
void exitParenthesizedDurationsFromITeration(EfxParser.ParenthesizedDurationsFromITerationContext ctx)
Exit a parse tree produced by theparenthesizedDurationsFromITerationlabeled alternative inEfxParser.durationSequence().- Parameters:
ctx- the parse tree
-
enterDurationTypeCastFieldReference
void enterDurationTypeCastFieldReference(EfxParser.DurationTypeCastFieldReferenceContext ctx)
Enter a parse tree produced by thedurationTypeCastFieldReferencelabeled alternative inEfxParser.durationSequence().- Parameters:
ctx- the parse tree
-
exitDurationTypeCastFieldReference
void exitDurationTypeCastFieldReference(EfxParser.DurationTypeCastFieldReferenceContext ctx)
Exit a parse tree produced by thedurationTypeCastFieldReferencelabeled alternative inEfxParser.durationSequence().- Parameters:
ctx- the parse tree
-
enterDurationSequenceFromIteration
void enterDurationSequenceFromIteration(EfxParser.DurationSequenceFromIterationContext ctx)
Enter a parse tree produced byEfxParser.durationSequenceFromIteration().- Parameters:
ctx- the parse tree
-
exitDurationSequenceFromIteration
void exitDurationSequenceFromIteration(EfxParser.DurationSequenceFromIterationContext ctx)
Exit a parse tree produced byEfxParser.durationSequenceFromIteration().- Parameters:
ctx- the parse tree
-
enterPredicate
void enterPredicate(EfxParser.PredicateContext ctx)
Enter a parse tree produced byEfxParser.predicate().- Parameters:
ctx- the parse tree
-
exitPredicate
void exitPredicate(EfxParser.PredicateContext ctx)
Exit a parse tree produced byEfxParser.predicate().- Parameters:
ctx- the parse tree
-
enterIteratorList
void enterIteratorList(EfxParser.IteratorListContext ctx)
Enter a parse tree produced byEfxParser.iteratorList().- Parameters:
ctx- the parse tree
-
exitIteratorList
void exitIteratorList(EfxParser.IteratorListContext ctx)
Exit a parse tree produced byEfxParser.iteratorList().- Parameters:
ctx- the parse tree
-
enterIteratorExpression
void enterIteratorExpression(EfxParser.IteratorExpressionContext ctx)
Enter a parse tree produced byEfxParser.iteratorExpression().- Parameters:
ctx- the parse tree
-
exitIteratorExpression
void exitIteratorExpression(EfxParser.IteratorExpressionContext ctx)
Exit a parse tree produced byEfxParser.iteratorExpression().- Parameters:
ctx- the parse tree
-
enterStringIteratorExpression
void enterStringIteratorExpression(EfxParser.StringIteratorExpressionContext ctx)
Enter a parse tree produced byEfxParser.stringIteratorExpression().- Parameters:
ctx- the parse tree
-
exitStringIteratorExpression
void exitStringIteratorExpression(EfxParser.StringIteratorExpressionContext ctx)
Exit a parse tree produced byEfxParser.stringIteratorExpression().- Parameters:
ctx- the parse tree
-
enterBooleanIteratorExpression
void enterBooleanIteratorExpression(EfxParser.BooleanIteratorExpressionContext ctx)
Enter a parse tree produced byEfxParser.booleanIteratorExpression().- Parameters:
ctx- the parse tree
-
exitBooleanIteratorExpression
void exitBooleanIteratorExpression(EfxParser.BooleanIteratorExpressionContext ctx)
Exit a parse tree produced byEfxParser.booleanIteratorExpression().- Parameters:
ctx- the parse tree
-
enterNumericIteratorExpression
void enterNumericIteratorExpression(EfxParser.NumericIteratorExpressionContext ctx)
Enter a parse tree produced byEfxParser.numericIteratorExpression().- Parameters:
ctx- the parse tree
-
exitNumericIteratorExpression
void exitNumericIteratorExpression(EfxParser.NumericIteratorExpressionContext ctx)
Exit a parse tree produced byEfxParser.numericIteratorExpression().- Parameters:
ctx- the parse tree
-
enterDateIteratorExpression
void enterDateIteratorExpression(EfxParser.DateIteratorExpressionContext ctx)
Enter a parse tree produced byEfxParser.dateIteratorExpression().- Parameters:
ctx- the parse tree
-
exitDateIteratorExpression
void exitDateIteratorExpression(EfxParser.DateIteratorExpressionContext ctx)
Exit a parse tree produced byEfxParser.dateIteratorExpression().- Parameters:
ctx- the parse tree
-
enterTimeIteratorExpression
void enterTimeIteratorExpression(EfxParser.TimeIteratorExpressionContext ctx)
Enter a parse tree produced byEfxParser.timeIteratorExpression().- Parameters:
ctx- the parse tree
-
exitTimeIteratorExpression
void exitTimeIteratorExpression(EfxParser.TimeIteratorExpressionContext ctx)
Exit a parse tree produced byEfxParser.timeIteratorExpression().- Parameters:
ctx- the parse tree
-
enterDurationIteratorExpression
void enterDurationIteratorExpression(EfxParser.DurationIteratorExpressionContext ctx)
Enter a parse tree produced byEfxParser.durationIteratorExpression().- Parameters:
ctx- the parse tree
-
exitDurationIteratorExpression
void exitDurationIteratorExpression(EfxParser.DurationIteratorExpressionContext ctx)
Exit a parse tree produced byEfxParser.durationIteratorExpression().- Parameters:
ctx- the parse tree
-
enterContextIteratorExpression
void enterContextIteratorExpression(EfxParser.ContextIteratorExpressionContext ctx)
Enter a parse tree produced byEfxParser.contextIteratorExpression().- Parameters:
ctx- the parse tree
-
exitContextIteratorExpression
void exitContextIteratorExpression(EfxParser.ContextIteratorExpressionContext ctx)
Exit a parse tree produced byEfxParser.contextIteratorExpression().- Parameters:
ctx- the parse tree
-
enterStringLiteral
void enterStringLiteral(EfxParser.StringLiteralContext ctx)
Enter a parse tree produced byEfxParser.stringLiteral().- Parameters:
ctx- the parse tree
-
exitStringLiteral
void exitStringLiteral(EfxParser.StringLiteralContext ctx)
Exit a parse tree produced byEfxParser.stringLiteral().- Parameters:
ctx- the parse tree
-
enterNumericLiteral
void enterNumericLiteral(EfxParser.NumericLiteralContext ctx)
Enter a parse tree produced byEfxParser.numericLiteral().- Parameters:
ctx- the parse tree
-
exitNumericLiteral
void exitNumericLiteral(EfxParser.NumericLiteralContext ctx)
Exit a parse tree produced byEfxParser.numericLiteral().- Parameters:
ctx- the parse tree
-
enterBooleanLiteral
void enterBooleanLiteral(EfxParser.BooleanLiteralContext ctx)
Enter a parse tree produced byEfxParser.booleanLiteral().- Parameters:
ctx- the parse tree
-
exitBooleanLiteral
void exitBooleanLiteral(EfxParser.BooleanLiteralContext ctx)
Exit a parse tree produced byEfxParser.booleanLiteral().- Parameters:
ctx- the parse tree
-
enterTrueBooleanLiteral
void enterTrueBooleanLiteral(EfxParser.TrueBooleanLiteralContext ctx)
Enter a parse tree produced byEfxParser.trueBooleanLiteral().- Parameters:
ctx- the parse tree
-
exitTrueBooleanLiteral
void exitTrueBooleanLiteral(EfxParser.TrueBooleanLiteralContext ctx)
Exit a parse tree produced byEfxParser.trueBooleanLiteral().- Parameters:
ctx- the parse tree
-
enterFalseBooleanLiteral
void enterFalseBooleanLiteral(EfxParser.FalseBooleanLiteralContext ctx)
Enter a parse tree produced byEfxParser.falseBooleanLiteral().- Parameters:
ctx- the parse tree
-
exitFalseBooleanLiteral
void exitFalseBooleanLiteral(EfxParser.FalseBooleanLiteralContext ctx)
Exit a parse tree produced byEfxParser.falseBooleanLiteral().- Parameters:
ctx- the parse tree
-
enterDateLiteral
void enterDateLiteral(EfxParser.DateLiteralContext ctx)
Enter a parse tree produced byEfxParser.dateLiteral().- Parameters:
ctx- the parse tree
-
exitDateLiteral
void exitDateLiteral(EfxParser.DateLiteralContext ctx)
Exit a parse tree produced byEfxParser.dateLiteral().- Parameters:
ctx- the parse tree
-
enterTimeLiteral
void enterTimeLiteral(EfxParser.TimeLiteralContext ctx)
Enter a parse tree produced byEfxParser.timeLiteral().- Parameters:
ctx- the parse tree
-
exitTimeLiteral
void exitTimeLiteral(EfxParser.TimeLiteralContext ctx)
Exit a parse tree produced byEfxParser.timeLiteral().- Parameters:
ctx- the parse tree
-
enterDurationLiteral
void enterDurationLiteral(EfxParser.DurationLiteralContext ctx)
Enter a parse tree produced byEfxParser.durationLiteral().- Parameters:
ctx- the parse tree
-
exitDurationLiteral
void exitDurationLiteral(EfxParser.DurationLiteralContext ctx)
Exit a parse tree produced byEfxParser.durationLiteral().- Parameters:
ctx- the parse tree
-
enterStringVariableDeclaration
void enterStringVariableDeclaration(EfxParser.StringVariableDeclarationContext ctx)
Enter a parse tree produced byEfxParser.stringVariableDeclaration().- Parameters:
ctx- the parse tree
-
exitStringVariableDeclaration
void exitStringVariableDeclaration(EfxParser.StringVariableDeclarationContext ctx)
Exit a parse tree produced byEfxParser.stringVariableDeclaration().- Parameters:
ctx- the parse tree
-
enterBooleanVariableDeclaration
void enterBooleanVariableDeclaration(EfxParser.BooleanVariableDeclarationContext ctx)
Enter a parse tree produced byEfxParser.booleanVariableDeclaration().- Parameters:
ctx- the parse tree
-
exitBooleanVariableDeclaration
void exitBooleanVariableDeclaration(EfxParser.BooleanVariableDeclarationContext ctx)
Exit a parse tree produced byEfxParser.booleanVariableDeclaration().- Parameters:
ctx- the parse tree
-
enterNumericVariableDeclaration
void enterNumericVariableDeclaration(EfxParser.NumericVariableDeclarationContext ctx)
Enter a parse tree produced byEfxParser.numericVariableDeclaration().- Parameters:
ctx- the parse tree
-
exitNumericVariableDeclaration
void exitNumericVariableDeclaration(EfxParser.NumericVariableDeclarationContext ctx)
Exit a parse tree produced byEfxParser.numericVariableDeclaration().- Parameters:
ctx- the parse tree
-
enterDateVariableDeclaration
void enterDateVariableDeclaration(EfxParser.DateVariableDeclarationContext ctx)
Enter a parse tree produced byEfxParser.dateVariableDeclaration().- Parameters:
ctx- the parse tree
-
exitDateVariableDeclaration
void exitDateVariableDeclaration(EfxParser.DateVariableDeclarationContext ctx)
Exit a parse tree produced byEfxParser.dateVariableDeclaration().- Parameters:
ctx- the parse tree
-
enterTimeVariableDeclaration
void enterTimeVariableDeclaration(EfxParser.TimeVariableDeclarationContext ctx)
Enter a parse tree produced byEfxParser.timeVariableDeclaration().- Parameters:
ctx- the parse tree
-
exitTimeVariableDeclaration
void exitTimeVariableDeclaration(EfxParser.TimeVariableDeclarationContext ctx)
Exit a parse tree produced byEfxParser.timeVariableDeclaration().- Parameters:
ctx- the parse tree
-
enterDurationVariableDeclaration
void enterDurationVariableDeclaration(EfxParser.DurationVariableDeclarationContext ctx)
Enter a parse tree produced byEfxParser.durationVariableDeclaration().- Parameters:
ctx- the parse tree
-
exitDurationVariableDeclaration
void exitDurationVariableDeclaration(EfxParser.DurationVariableDeclarationContext ctx)
Exit a parse tree produced byEfxParser.durationVariableDeclaration().- Parameters:
ctx- the parse tree
-
enterContextVariableDeclaration
void enterContextVariableDeclaration(EfxParser.ContextVariableDeclarationContext ctx)
Enter a parse tree produced byEfxParser.contextVariableDeclaration().- Parameters:
ctx- the parse tree
-
exitContextVariableDeclaration
void exitContextVariableDeclaration(EfxParser.ContextVariableDeclarationContext ctx)
Exit a parse tree produced byEfxParser.contextVariableDeclaration().- Parameters:
ctx- the parse tree
-
enterVariableReference
void enterVariableReference(EfxParser.VariableReferenceContext ctx)
Enter a parse tree produced byEfxParser.variableReference().- Parameters:
ctx- the parse tree
-
exitVariableReference
void exitVariableReference(EfxParser.VariableReferenceContext ctx)
Exit a parse tree produced byEfxParser.variableReference().- Parameters:
ctx- the parse tree
-
enterScalarFromFieldReference
void enterScalarFromFieldReference(EfxParser.ScalarFromFieldReferenceContext ctx)
Enter a parse tree produced by thescalarFromFieldReferencelabeled alternative inEfxParser.scalarFromReference().- Parameters:
ctx- the parse tree
-
exitScalarFromFieldReference
void exitScalarFromFieldReference(EfxParser.ScalarFromFieldReferenceContext ctx)
Exit a parse tree produced by thescalarFromFieldReferencelabeled alternative inEfxParser.scalarFromReference().- Parameters:
ctx- the parse tree
-
enterScalarFromAttributeReference
void enterScalarFromAttributeReference(EfxParser.ScalarFromAttributeReferenceContext ctx)
Enter a parse tree produced by thescalarFromAttributeReferencelabeled alternative inEfxParser.scalarFromReference().- Parameters:
ctx- the parse tree
-
exitScalarFromAttributeReference
void exitScalarFromAttributeReference(EfxParser.ScalarFromAttributeReferenceContext ctx)
Exit a parse tree produced by thescalarFromAttributeReferencelabeled alternative inEfxParser.scalarFromReference().- Parameters:
ctx- the parse tree
-
enterSequenceFromFieldReference
void enterSequenceFromFieldReference(EfxParser.SequenceFromFieldReferenceContext ctx)
Enter a parse tree produced by thesequenceFromFieldReferencelabeled alternative inEfxParser.sequenceFromReference().- Parameters:
ctx- the parse tree
-
exitSequenceFromFieldReference
void exitSequenceFromFieldReference(EfxParser.SequenceFromFieldReferenceContext ctx)
Exit a parse tree produced by thesequenceFromFieldReferencelabeled alternative inEfxParser.sequenceFromReference().- Parameters:
ctx- the parse tree
-
enterSequenceFromAttributeReference
void enterSequenceFromAttributeReference(EfxParser.SequenceFromAttributeReferenceContext ctx)
Enter a parse tree produced by thesequenceFromAttributeReferencelabeled alternative inEfxParser.sequenceFromReference().- Parameters:
ctx- the parse tree
-
exitSequenceFromAttributeReference
void exitSequenceFromAttributeReference(EfxParser.SequenceFromAttributeReferenceContext ctx)
Exit a parse tree produced by thesequenceFromAttributeReferencelabeled alternative inEfxParser.sequenceFromReference().- Parameters:
ctx- the parse tree
-
enterPathFromReference
void enterPathFromReference(EfxParser.PathFromReferenceContext ctx)
Enter a parse tree produced byEfxParser.pathFromReference().- Parameters:
ctx- the parse tree
-
exitPathFromReference
void exitPathFromReference(EfxParser.PathFromReferenceContext ctx)
Exit a parse tree produced byEfxParser.pathFromReference().- Parameters:
ctx- the parse tree
-
enterContextFieldSpecifier
void enterContextFieldSpecifier(EfxParser.ContextFieldSpecifierContext ctx)
Enter a parse tree produced byEfxParser.contextFieldSpecifier().- Parameters:
ctx- the parse tree
-
exitContextFieldSpecifier
void exitContextFieldSpecifier(EfxParser.ContextFieldSpecifierContext ctx)
Exit a parse tree produced byEfxParser.contextFieldSpecifier().- Parameters:
ctx- the parse tree
-
enterContextNodeSpecifier
void enterContextNodeSpecifier(EfxParser.ContextNodeSpecifierContext ctx)
Enter a parse tree produced byEfxParser.contextNodeSpecifier().- Parameters:
ctx- the parse tree
-
exitContextNodeSpecifier
void exitContextNodeSpecifier(EfxParser.ContextNodeSpecifierContext ctx)
Exit a parse tree produced byEfxParser.contextNodeSpecifier().- Parameters:
ctx- the parse tree
-
enterContextVariableSpecifier
void enterContextVariableSpecifier(EfxParser.ContextVariableSpecifierContext ctx)
Enter a parse tree produced byEfxParser.contextVariableSpecifier().- Parameters:
ctx- the parse tree
-
exitContextVariableSpecifier
void exitContextVariableSpecifier(EfxParser.ContextVariableSpecifierContext ctx)
Exit a parse tree produced byEfxParser.contextVariableSpecifier().- Parameters:
ctx- the parse tree
-
enterAttributeReference
void enterAttributeReference(EfxParser.AttributeReferenceContext ctx)
Enter a parse tree produced byEfxParser.attributeReference().- Parameters:
ctx- the parse tree
-
exitAttributeReference
void exitAttributeReference(EfxParser.AttributeReferenceContext ctx)
Exit a parse tree produced byEfxParser.attributeReference().- Parameters:
ctx- the parse tree
-
enterFieldReference
void enterFieldReference(EfxParser.FieldReferenceContext ctx)
Enter a parse tree produced byEfxParser.fieldReference().- Parameters:
ctx- the parse tree
-
exitFieldReference
void exitFieldReference(EfxParser.FieldReferenceContext ctx)
Exit a parse tree produced byEfxParser.fieldReference().- Parameters:
ctx- the parse tree
-
enterFieldReferenceInOtherNotice
void enterFieldReferenceInOtherNotice(EfxParser.FieldReferenceInOtherNoticeContext ctx)
Enter a parse tree produced byEfxParser.fieldReferenceInOtherNotice().- Parameters:
ctx- the parse tree
-
exitFieldReferenceInOtherNotice
void exitFieldReferenceInOtherNotice(EfxParser.FieldReferenceInOtherNoticeContext ctx)
Exit a parse tree produced byEfxParser.fieldReferenceInOtherNotice().- Parameters:
ctx- the parse tree
-
enterFieldReferenceWithVariableContextOverride
void enterFieldReferenceWithVariableContextOverride(EfxParser.FieldReferenceWithVariableContextOverrideContext ctx)
Enter a parse tree produced byEfxParser.fieldReferenceWithVariableContextOverride().- Parameters:
ctx- the parse tree
-
exitFieldReferenceWithVariableContextOverride
void exitFieldReferenceWithVariableContextOverride(EfxParser.FieldReferenceWithVariableContextOverrideContext ctx)
Exit a parse tree produced byEfxParser.fieldReferenceWithVariableContextOverride().- Parameters:
ctx- the parse tree
-
enterFieldReferenceWithNodeContextOverride
void enterFieldReferenceWithNodeContextOverride(EfxParser.FieldReferenceWithNodeContextOverrideContext ctx)
Enter a parse tree produced byEfxParser.fieldReferenceWithNodeContextOverride().- Parameters:
ctx- the parse tree
-
exitFieldReferenceWithNodeContextOverride
void exitFieldReferenceWithNodeContextOverride(EfxParser.FieldReferenceWithNodeContextOverrideContext ctx)
Exit a parse tree produced byEfxParser.fieldReferenceWithNodeContextOverride().- Parameters:
ctx- the parse tree
-
enterFieldReferenceWithFieldContextOverride
void enterFieldReferenceWithFieldContextOverride(EfxParser.FieldReferenceWithFieldContextOverrideContext ctx)
Enter a parse tree produced byEfxParser.fieldReferenceWithFieldContextOverride().- Parameters:
ctx- the parse tree
-
exitFieldReferenceWithFieldContextOverride
void exitFieldReferenceWithFieldContextOverride(EfxParser.FieldReferenceWithFieldContextOverrideContext ctx)
Exit a parse tree produced byEfxParser.fieldReferenceWithFieldContextOverride().- Parameters:
ctx- the parse tree
-
enterFieldContext
void enterFieldContext(EfxParser.FieldContextContext ctx)
Enter a parse tree produced byEfxParser.fieldContext().- Parameters:
ctx- the parse tree
-
exitFieldContext
void exitFieldContext(EfxParser.FieldContextContext ctx)
Exit a parse tree produced byEfxParser.fieldContext().- Parameters:
ctx- the parse tree
-
enterAbsoluteFieldReference
void enterAbsoluteFieldReference(EfxParser.AbsoluteFieldReferenceContext ctx)
Enter a parse tree produced byEfxParser.absoluteFieldReference().- Parameters:
ctx- the parse tree
-
exitAbsoluteFieldReference
void exitAbsoluteFieldReference(EfxParser.AbsoluteFieldReferenceContext ctx)
Exit a parse tree produced byEfxParser.absoluteFieldReference().- Parameters:
ctx- the parse tree
-
enterFieldReferenceWithPredicate
void enterFieldReferenceWithPredicate(EfxParser.FieldReferenceWithPredicateContext ctx)
Enter a parse tree produced byEfxParser.fieldReferenceWithPredicate().- Parameters:
ctx- the parse tree
-
exitFieldReferenceWithPredicate
void exitFieldReferenceWithPredicate(EfxParser.FieldReferenceWithPredicateContext ctx)
Exit a parse tree produced byEfxParser.fieldReferenceWithPredicate().- Parameters:
ctx- the parse tree
-
enterFieldReferenceWithAxis
void enterFieldReferenceWithAxis(EfxParser.FieldReferenceWithAxisContext ctx)
Enter a parse tree produced byEfxParser.fieldReferenceWithAxis().- Parameters:
ctx- the parse tree
-
exitFieldReferenceWithAxis
void exitFieldReferenceWithAxis(EfxParser.FieldReferenceWithAxisContext ctx)
Exit a parse tree produced byEfxParser.fieldReferenceWithAxis().- Parameters:
ctx- the parse tree
-
enterSimpleFieldReference
void enterSimpleFieldReference(EfxParser.SimpleFieldReferenceContext ctx)
Enter a parse tree produced byEfxParser.simpleFieldReference().- Parameters:
ctx- the parse tree
-
exitSimpleFieldReference
void exitSimpleFieldReference(EfxParser.SimpleFieldReferenceContext ctx)
Exit a parse tree produced byEfxParser.simpleFieldReference().- Parameters:
ctx- the parse tree
-
enterNodeReference
void enterNodeReference(EfxParser.NodeReferenceContext ctx)
Enter a parse tree produced byEfxParser.nodeReference().- Parameters:
ctx- the parse tree
-
exitNodeReference
void exitNodeReference(EfxParser.NodeReferenceContext ctx)
Exit a parse tree produced byEfxParser.nodeReference().- Parameters:
ctx- the parse tree
-
enterNodeReferenceInOtherNotice
void enterNodeReferenceInOtherNotice(EfxParser.NodeReferenceInOtherNoticeContext ctx)
Enter a parse tree produced byEfxParser.nodeReferenceInOtherNotice().- Parameters:
ctx- the parse tree
-
exitNodeReferenceInOtherNotice
void exitNodeReferenceInOtherNotice(EfxParser.NodeReferenceInOtherNoticeContext ctx)
Exit a parse tree produced byEfxParser.nodeReferenceInOtherNotice().- Parameters:
ctx- the parse tree
-
enterNodeContext
void enterNodeContext(EfxParser.NodeContextContext ctx)
Enter a parse tree produced byEfxParser.nodeContext().- Parameters:
ctx- the parse tree
-
exitNodeContext
void exitNodeContext(EfxParser.NodeContextContext ctx)
Exit a parse tree produced byEfxParser.nodeContext().- Parameters:
ctx- the parse tree
-
enterAbsoluteNodeReference
void enterAbsoluteNodeReference(EfxParser.AbsoluteNodeReferenceContext ctx)
Enter a parse tree produced byEfxParser.absoluteNodeReference().- Parameters:
ctx- the parse tree
-
exitAbsoluteNodeReference
void exitAbsoluteNodeReference(EfxParser.AbsoluteNodeReferenceContext ctx)
Exit a parse tree produced byEfxParser.absoluteNodeReference().- Parameters:
ctx- the parse tree
-
enterNodeReferenceWithPredicate
void enterNodeReferenceWithPredicate(EfxParser.NodeReferenceWithPredicateContext ctx)
Enter a parse tree produced byEfxParser.nodeReferenceWithPredicate().- Parameters:
ctx- the parse tree
-
exitNodeReferenceWithPredicate
void exitNodeReferenceWithPredicate(EfxParser.NodeReferenceWithPredicateContext ctx)
Exit a parse tree produced byEfxParser.nodeReferenceWithPredicate().- Parameters:
ctx- the parse tree
-
enterSimpleNodeReference
void enterSimpleNodeReference(EfxParser.SimpleNodeReferenceContext ctx)
Enter a parse tree produced byEfxParser.simpleNodeReference().- Parameters:
ctx- the parse tree
-
exitSimpleNodeReference
void exitSimpleNodeReference(EfxParser.SimpleNodeReferenceContext ctx)
Exit a parse tree produced byEfxParser.simpleNodeReference().- Parameters:
ctx- the parse tree
-
enterNoticeReference
void enterNoticeReference(EfxParser.NoticeReferenceContext ctx)
Enter a parse tree produced byEfxParser.noticeReference().- Parameters:
ctx- the parse tree
-
exitNoticeReference
void exitNoticeReference(EfxParser.NoticeReferenceContext ctx)
Exit a parse tree produced byEfxParser.noticeReference().- Parameters:
ctx- the parse tree
-
enterCodelistReference
void enterCodelistReference(EfxParser.CodelistReferenceContext ctx)
Enter a parse tree produced byEfxParser.codelistReference().- Parameters:
ctx- the parse tree
-
exitCodelistReference
void exitCodelistReference(EfxParser.CodelistReferenceContext ctx)
Exit a parse tree produced byEfxParser.codelistReference().- Parameters:
ctx- the parse tree
-
enterCodelistId
void enterCodelistId(EfxParser.CodelistIdContext ctx)
Enter a parse tree produced byEfxParser.codelistId().- Parameters:
ctx- the parse tree
-
exitCodelistId
void exitCodelistId(EfxParser.CodelistIdContext ctx)
Exit a parse tree produced byEfxParser.codelistId().- Parameters:
ctx- the parse tree
-
enterAxis
void enterAxis(EfxParser.AxisContext ctx)
Enter a parse tree produced byEfxParser.axis().- Parameters:
ctx- the parse tree
-
exitAxis
void exitAxis(EfxParser.AxisContext ctx)
Exit a parse tree produced byEfxParser.axis().- Parameters:
ctx- the parse tree
-
enterNotFunction
void enterNotFunction(EfxParser.NotFunctionContext ctx)
Enter a parse tree produced by thenotFunctionlabeled alternative inEfxParser.booleanFunction().- Parameters:
ctx- the parse tree
-
exitNotFunction
void exitNotFunction(EfxParser.NotFunctionContext ctx)
Exit a parse tree produced by thenotFunctionlabeled alternative inEfxParser.booleanFunction().- Parameters:
ctx- the parse tree
-
enterContainsFunction
void enterContainsFunction(EfxParser.ContainsFunctionContext ctx)
Enter a parse tree produced by thecontainsFunctionlabeled alternative inEfxParser.booleanFunction().- Parameters:
ctx- the parse tree
-
exitContainsFunction
void exitContainsFunction(EfxParser.ContainsFunctionContext ctx)
Exit a parse tree produced by thecontainsFunctionlabeled alternative inEfxParser.booleanFunction().- Parameters:
ctx- the parse tree
-
enterStartsWithFunction
void enterStartsWithFunction(EfxParser.StartsWithFunctionContext ctx)
Enter a parse tree produced by thestartsWithFunctionlabeled alternative inEfxParser.booleanFunction().- Parameters:
ctx- the parse tree
-
exitStartsWithFunction
void exitStartsWithFunction(EfxParser.StartsWithFunctionContext ctx)
Exit a parse tree produced by thestartsWithFunctionlabeled alternative inEfxParser.booleanFunction().- Parameters:
ctx- the parse tree
-
enterEndsWithFunction
void enterEndsWithFunction(EfxParser.EndsWithFunctionContext ctx)
Enter a parse tree produced by theendsWithFunctionlabeled alternative inEfxParser.booleanFunction().- Parameters:
ctx- the parse tree
-
exitEndsWithFunction
void exitEndsWithFunction(EfxParser.EndsWithFunctionContext ctx)
Exit a parse tree produced by theendsWithFunctionlabeled alternative inEfxParser.booleanFunction().- Parameters:
ctx- the parse tree
-
enterSequenceEqualFunction
void enterSequenceEqualFunction(EfxParser.SequenceEqualFunctionContext ctx)
Enter a parse tree produced by thesequenceEqualFunctionlabeled alternative inEfxParser.booleanFunction().- Parameters:
ctx- the parse tree
-
exitSequenceEqualFunction
void exitSequenceEqualFunction(EfxParser.SequenceEqualFunctionContext ctx)
Exit a parse tree produced by thesequenceEqualFunctionlabeled alternative inEfxParser.booleanFunction().- Parameters:
ctx- the parse tree
-
enterCountFunction
void enterCountFunction(EfxParser.CountFunctionContext ctx)
Enter a parse tree produced by thecountFunctionlabeled alternative inEfxParser.numericFunction().- Parameters:
ctx- the parse tree
-
exitCountFunction
void exitCountFunction(EfxParser.CountFunctionContext ctx)
Exit a parse tree produced by thecountFunctionlabeled alternative inEfxParser.numericFunction().- Parameters:
ctx- the parse tree
-
enterNumberFunction
void enterNumberFunction(EfxParser.NumberFunctionContext ctx)
Enter a parse tree produced by thenumberFunctionlabeled alternative inEfxParser.numericFunction().- Parameters:
ctx- the parse tree
-
exitNumberFunction
void exitNumberFunction(EfxParser.NumberFunctionContext ctx)
Exit a parse tree produced by thenumberFunctionlabeled alternative inEfxParser.numericFunction().- Parameters:
ctx- the parse tree
-
enterSumFunction
void enterSumFunction(EfxParser.SumFunctionContext ctx)
Enter a parse tree produced by thesumFunctionlabeled alternative inEfxParser.numericFunction().- Parameters:
ctx- the parse tree
-
exitSumFunction
void exitSumFunction(EfxParser.SumFunctionContext ctx)
Exit a parse tree produced by thesumFunctionlabeled alternative inEfxParser.numericFunction().- Parameters:
ctx- the parse tree
-
enterStringLengthFunction
void enterStringLengthFunction(EfxParser.StringLengthFunctionContext ctx)
Enter a parse tree produced by thestringLengthFunctionlabeled alternative inEfxParser.numericFunction().- Parameters:
ctx- the parse tree
-
exitStringLengthFunction
void exitStringLengthFunction(EfxParser.StringLengthFunctionContext ctx)
Exit a parse tree produced by thestringLengthFunctionlabeled alternative inEfxParser.numericFunction().- Parameters:
ctx- the parse tree
-
enterSubstringFunction
void enterSubstringFunction(EfxParser.SubstringFunctionContext ctx)
Enter a parse tree produced by thesubstringFunctionlabeled alternative inEfxParser.stringFunction().- Parameters:
ctx- the parse tree
-
exitSubstringFunction
void exitSubstringFunction(EfxParser.SubstringFunctionContext ctx)
Exit a parse tree produced by thesubstringFunctionlabeled alternative inEfxParser.stringFunction().- Parameters:
ctx- the parse tree
-
enterToStringFunction
void enterToStringFunction(EfxParser.ToStringFunctionContext ctx)
Enter a parse tree produced by thetoStringFunctionlabeled alternative inEfxParser.stringFunction().- Parameters:
ctx- the parse tree
-
exitToStringFunction
void exitToStringFunction(EfxParser.ToStringFunctionContext ctx)
Exit a parse tree produced by thetoStringFunctionlabeled alternative inEfxParser.stringFunction().- Parameters:
ctx- the parse tree
-
enterConcatFunction
void enterConcatFunction(EfxParser.ConcatFunctionContext ctx)
Enter a parse tree produced by theconcatFunctionlabeled alternative inEfxParser.stringFunction().- Parameters:
ctx- the parse tree
-
exitConcatFunction
void exitConcatFunction(EfxParser.ConcatFunctionContext ctx)
Exit a parse tree produced by theconcatFunctionlabeled alternative inEfxParser.stringFunction().- Parameters:
ctx- the parse tree
-
enterFormatNumberFunction
void enterFormatNumberFunction(EfxParser.FormatNumberFunctionContext ctx)
Enter a parse tree produced by theformatNumberFunctionlabeled alternative inEfxParser.stringFunction().- Parameters:
ctx- the parse tree
-
exitFormatNumberFunction
void exitFormatNumberFunction(EfxParser.FormatNumberFunctionContext ctx)
Exit a parse tree produced by theformatNumberFunctionlabeled alternative inEfxParser.stringFunction().- Parameters:
ctx- the parse tree
-
enterDateFromStringFunction
void enterDateFromStringFunction(EfxParser.DateFromStringFunctionContext ctx)
Enter a parse tree produced by thedateFromStringFunctionlabeled alternative inEfxParser.dateFunction().- Parameters:
ctx- the parse tree
-
exitDateFromStringFunction
void exitDateFromStringFunction(EfxParser.DateFromStringFunctionContext ctx)
Exit a parse tree produced by thedateFromStringFunctionlabeled alternative inEfxParser.dateFunction().- Parameters:
ctx- the parse tree
-
enterDatePlusMeasureFunction
void enterDatePlusMeasureFunction(EfxParser.DatePlusMeasureFunctionContext ctx)
Enter a parse tree produced by thedatePlusMeasureFunctionlabeled alternative inEfxParser.dateFunction().- Parameters:
ctx- the parse tree
-
exitDatePlusMeasureFunction
void exitDatePlusMeasureFunction(EfxParser.DatePlusMeasureFunctionContext ctx)
Exit a parse tree produced by thedatePlusMeasureFunctionlabeled alternative inEfxParser.dateFunction().- Parameters:
ctx- the parse tree
-
enterDateMinusMeasureFunction
void enterDateMinusMeasureFunction(EfxParser.DateMinusMeasureFunctionContext ctx)
Enter a parse tree produced by thedateMinusMeasureFunctionlabeled alternative inEfxParser.dateFunction().- Parameters:
ctx- the parse tree
-
exitDateMinusMeasureFunction
void exitDateMinusMeasureFunction(EfxParser.DateMinusMeasureFunctionContext ctx)
Exit a parse tree produced by thedateMinusMeasureFunctionlabeled alternative inEfxParser.dateFunction().- Parameters:
ctx- the parse tree
-
enterTimeFromStringFunction
void enterTimeFromStringFunction(EfxParser.TimeFromStringFunctionContext ctx)
Enter a parse tree produced by thetimeFromStringFunctionlabeled alternative inEfxParser.timeFunction().- Parameters:
ctx- the parse tree
-
exitTimeFromStringFunction
void exitTimeFromStringFunction(EfxParser.TimeFromStringFunctionContext ctx)
Exit a parse tree produced by thetimeFromStringFunctionlabeled alternative inEfxParser.timeFunction().- Parameters:
ctx- the parse tree
-
enterDayTimeDurationFromStringFunction
void enterDayTimeDurationFromStringFunction(EfxParser.DayTimeDurationFromStringFunctionContext ctx)
Enter a parse tree produced by thedayTimeDurationFromStringFunctionlabeled alternative inEfxParser.durationFunction().- Parameters:
ctx- the parse tree
-
exitDayTimeDurationFromStringFunction
void exitDayTimeDurationFromStringFunction(EfxParser.DayTimeDurationFromStringFunctionContext ctx)
Exit a parse tree produced by thedayTimeDurationFromStringFunctionlabeled alternative inEfxParser.durationFunction().- Parameters:
ctx- the parse tree
-
enterYearMonthDurationFromStringFunction
void enterYearMonthDurationFromStringFunction(EfxParser.YearMonthDurationFromStringFunctionContext ctx)
Enter a parse tree produced by theyearMonthDurationFromStringFunctionlabeled alternative inEfxParser.durationFunction().- Parameters:
ctx- the parse tree
-
exitYearMonthDurationFromStringFunction
void exitYearMonthDurationFromStringFunction(EfxParser.YearMonthDurationFromStringFunctionContext ctx)
Exit a parse tree produced by theyearMonthDurationFromStringFunctionlabeled alternative inEfxParser.durationFunction().- Parameters:
ctx- the parse tree
-
enterDistinctValuesFunction
void enterDistinctValuesFunction(EfxParser.DistinctValuesFunctionContext ctx)
Enter a parse tree produced by thedistinctValuesFunctionlabeled alternative inEfxParser.sequenceFunction().- Parameters:
ctx- the parse tree
-
exitDistinctValuesFunction
void exitDistinctValuesFunction(EfxParser.DistinctValuesFunctionContext ctx)
Exit a parse tree produced by thedistinctValuesFunctionlabeled alternative inEfxParser.sequenceFunction().- Parameters:
ctx- the parse tree
-
enterUnionFunction
void enterUnionFunction(EfxParser.UnionFunctionContext ctx)
Enter a parse tree produced by theunionFunctionlabeled alternative inEfxParser.sequenceFunction().- Parameters:
ctx- the parse tree
-
exitUnionFunction
void exitUnionFunction(EfxParser.UnionFunctionContext ctx)
Exit a parse tree produced by theunionFunctionlabeled alternative inEfxParser.sequenceFunction().- Parameters:
ctx- the parse tree
-
enterIntersectFunction
void enterIntersectFunction(EfxParser.IntersectFunctionContext ctx)
Enter a parse tree produced by theintersectFunctionlabeled alternative inEfxParser.sequenceFunction().- Parameters:
ctx- the parse tree
-
exitIntersectFunction
void exitIntersectFunction(EfxParser.IntersectFunctionContext ctx)
Exit a parse tree produced by theintersectFunctionlabeled alternative inEfxParser.sequenceFunction().- Parameters:
ctx- the parse tree
-
enterExceptFunction
void enterExceptFunction(EfxParser.ExceptFunctionContext ctx)
Enter a parse tree produced by theexceptFunctionlabeled alternative inEfxParser.sequenceFunction().- Parameters:
ctx- the parse tree
-
exitExceptFunction
void exitExceptFunction(EfxParser.ExceptFunctionContext ctx)
Exit a parse tree produced by theexceptFunctionlabeled alternative inEfxParser.sequenceFunction().- Parameters:
ctx- the parse tree
-
-