Class EfxBaseListener
- java.lang.Object
-
- eu.europa.ted.efx.sdk1.EfxBaseListener
-
- All Implemented Interfaces:
EfxListener,org.antlr.v4.runtime.tree.ParseTreeListener
- Direct Known Subclasses:
EfxExpressionTranslatorV1
public class EfxBaseListener extends Object implements EfxListener
This class provides an empty implementation ofEfxListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description EfxBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterSingleExpression
public void enterSingleExpression(EfxParser.SingleExpressionContext ctx)
Enter a parse tree produced byEfxParser.singleExpression().The default implementation does nothing.
- Specified by:
enterSingleExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitSingleExpression
public void exitSingleExpression(EfxParser.SingleExpressionContext ctx)
Exit a parse tree produced byEfxParser.singleExpression().The default implementation does nothing.
- Specified by:
exitSingleExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTemplateFile
public void enterTemplateFile(EfxParser.TemplateFileContext ctx)
Enter a parse tree produced byEfxParser.templateFile().The default implementation does nothing.
- Specified by:
enterTemplateFilein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTemplateFile
public void exitTemplateFile(EfxParser.TemplateFileContext ctx)
Exit a parse tree produced byEfxParser.templateFile().The default implementation does nothing.
- Specified by:
exitTemplateFilein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTemplateLine
public void enterTemplateLine(EfxParser.TemplateLineContext ctx)
Enter a parse tree produced byEfxParser.templateLine().The default implementation does nothing.
- Specified by:
enterTemplateLinein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTemplateLine
public void exitTemplateLine(EfxParser.TemplateLineContext ctx)
Exit a parse tree produced byEfxParser.templateLine().The default implementation does nothing.
- Specified by:
exitTemplateLinein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTemplate
public void enterTemplate(EfxParser.TemplateContext ctx)
Enter a parse tree produced byEfxParser.template().The default implementation does nothing.
- Specified by:
enterTemplatein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTemplate
public void exitTemplate(EfxParser.TemplateContext ctx)
Exit a parse tree produced byEfxParser.template().The default implementation does nothing.
- Specified by:
exitTemplatein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTextTemplate
public void enterTextTemplate(EfxParser.TextTemplateContext ctx)
Enter a parse tree produced by thetextTemplatelabeled alternative inEfxParser.templateFragment().The default implementation does nothing.
- Specified by:
enterTextTemplatein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTextTemplate
public void exitTextTemplate(EfxParser.TextTemplateContext ctx)
Exit a parse tree produced by thetextTemplatelabeled alternative inEfxParser.templateFragment().The default implementation does nothing.
- Specified by:
exitTextTemplatein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterLabelTemplate
public void enterLabelTemplate(EfxParser.LabelTemplateContext ctx)
Enter a parse tree produced by thelabelTemplatelabeled alternative inEfxParser.templateFragment().The default implementation does nothing.
- Specified by:
enterLabelTemplatein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitLabelTemplate
public void exitLabelTemplate(EfxParser.LabelTemplateContext ctx)
Exit a parse tree produced by thelabelTemplatelabeled alternative inEfxParser.templateFragment().The default implementation does nothing.
- Specified by:
exitLabelTemplatein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterExpressionTemplate
public void enterExpressionTemplate(EfxParser.ExpressionTemplateContext ctx)
Enter a parse tree produced by theexpressionTemplatelabeled alternative inEfxParser.templateFragment().The default implementation does nothing.
- Specified by:
enterExpressionTemplatein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitExpressionTemplate
public void exitExpressionTemplate(EfxParser.ExpressionTemplateContext ctx)
Exit a parse tree produced by theexpressionTemplatelabeled alternative inEfxParser.templateFragment().The default implementation does nothing.
- Specified by:
exitExpressionTemplatein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTextBlock
public void enterTextBlock(EfxParser.TextBlockContext ctx)
Enter a parse tree produced byEfxParser.textBlock().The default implementation does nothing.
- Specified by:
enterTextBlockin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTextBlock
public void exitTextBlock(EfxParser.TextBlockContext ctx)
Exit a parse tree produced byEfxParser.textBlock().The default implementation does nothing.
- Specified by:
exitTextBlockin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterWhitespace
public void enterWhitespace(EfxParser.WhitespaceContext ctx)
Enter a parse tree produced byEfxParser.whitespace().The default implementation does nothing.
- Specified by:
enterWhitespacein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitWhitespace
public void exitWhitespace(EfxParser.WhitespaceContext ctx)
Exit a parse tree produced byEfxParser.whitespace().The default implementation does nothing.
- Specified by:
exitWhitespacein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterStandardLabelReference
public void enterStandardLabelReference(EfxParser.StandardLabelReferenceContext ctx)
Enter a parse tree produced by thestandardLabelReferencelabeled alternative inEfxParser.labelBlock().The default implementation does nothing.
- Specified by:
enterStandardLabelReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStandardLabelReference
public void exitStandardLabelReference(EfxParser.StandardLabelReferenceContext ctx)
Exit a parse tree produced by thestandardLabelReferencelabeled alternative inEfxParser.labelBlock().The default implementation does nothing.
- Specified by:
exitStandardLabelReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterShorthandBtLabelReference
public void enterShorthandBtLabelReference(EfxParser.ShorthandBtLabelReferenceContext ctx)
Enter a parse tree produced by theshorthandBtLabelReferencelabeled alternative inEfxParser.labelBlock().The default implementation does nothing.
- Specified by:
enterShorthandBtLabelReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitShorthandBtLabelReference
public void exitShorthandBtLabelReference(EfxParser.ShorthandBtLabelReferenceContext ctx)
Exit a parse tree produced by theshorthandBtLabelReferencelabeled alternative inEfxParser.labelBlock().The default implementation does nothing.
- Specified by:
exitShorthandBtLabelReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterShorthandFieldLabelReference
public void enterShorthandFieldLabelReference(EfxParser.ShorthandFieldLabelReferenceContext ctx)
Enter a parse tree produced by theshorthandFieldLabelReferencelabeled alternative inEfxParser.labelBlock().The default implementation does nothing.
- Specified by:
enterShorthandFieldLabelReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitShorthandFieldLabelReference
public void exitShorthandFieldLabelReference(EfxParser.ShorthandFieldLabelReferenceContext ctx)
Exit a parse tree produced by theshorthandFieldLabelReferencelabeled alternative inEfxParser.labelBlock().The default implementation does nothing.
- Specified by:
exitShorthandFieldLabelReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterShorthandIndirectLabelReference
public void enterShorthandIndirectLabelReference(EfxParser.ShorthandIndirectLabelReferenceContext ctx)
Enter a parse tree produced by theshorthandIndirectLabelReferencelabeled alternative inEfxParser.labelBlock().The default implementation does nothing.
- Specified by:
enterShorthandIndirectLabelReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitShorthandIndirectLabelReference
public void exitShorthandIndirectLabelReference(EfxParser.ShorthandIndirectLabelReferenceContext ctx)
Exit a parse tree produced by theshorthandIndirectLabelReferencelabeled alternative inEfxParser.labelBlock().The default implementation does nothing.
- Specified by:
exitShorthandIndirectLabelReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterShorthandLabelReferenceFromContext
public void enterShorthandLabelReferenceFromContext(EfxParser.ShorthandLabelReferenceFromContextContext ctx)
Enter a parse tree produced by theshorthandLabelReferenceFromContextlabeled alternative inEfxParser.labelBlock().The default implementation does nothing.
- Specified by:
enterShorthandLabelReferenceFromContextin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitShorthandLabelReferenceFromContext
public void exitShorthandLabelReferenceFromContext(EfxParser.ShorthandLabelReferenceFromContextContext ctx)
Exit a parse tree produced by theshorthandLabelReferenceFromContextlabeled alternative inEfxParser.labelBlock().The default implementation does nothing.
- Specified by:
exitShorthandLabelReferenceFromContextin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterShorthandIndirectLabelReferenceFromContextField
public void enterShorthandIndirectLabelReferenceFromContextField(EfxParser.ShorthandIndirectLabelReferenceFromContextFieldContext ctx)
Enter a parse tree produced by theshorthandIndirectLabelReferenceFromContextFieldlabeled alternative inEfxParser.labelBlock().The default implementation does nothing.
- Specified by:
enterShorthandIndirectLabelReferenceFromContextFieldin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitShorthandIndirectLabelReferenceFromContextField
public void exitShorthandIndirectLabelReferenceFromContextField(EfxParser.ShorthandIndirectLabelReferenceFromContextFieldContext ctx)
Exit a parse tree produced by theshorthandIndirectLabelReferenceFromContextFieldlabeled alternative inEfxParser.labelBlock().The default implementation does nothing.
- Specified by:
exitShorthandIndirectLabelReferenceFromContextFieldin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterAssetType
public void enterAssetType(EfxParser.AssetTypeContext ctx)
Enter a parse tree produced byEfxParser.assetType().The default implementation does nothing.
- Specified by:
enterAssetTypein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitAssetType
public void exitAssetType(EfxParser.AssetTypeContext ctx)
Exit a parse tree produced byEfxParser.assetType().The default implementation does nothing.
- Specified by:
exitAssetTypein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterLabelType
public void enterLabelType(EfxParser.LabelTypeContext ctx)
Enter a parse tree produced byEfxParser.labelType().The default implementation does nothing.
- Specified by:
enterLabelTypein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitLabelType
public void exitLabelType(EfxParser.LabelTypeContext ctx)
Exit a parse tree produced byEfxParser.labelType().The default implementation does nothing.
- Specified by:
exitLabelTypein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterAssetId
public void enterAssetId(EfxParser.AssetIdContext ctx)
Enter a parse tree produced byEfxParser.assetId().The default implementation does nothing.
- Specified by:
enterAssetIdin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitAssetId
public void exitAssetId(EfxParser.AssetIdContext ctx)
Exit a parse tree produced byEfxParser.assetId().The default implementation does nothing.
- Specified by:
exitAssetIdin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterOtherAssetId
public void enterOtherAssetId(EfxParser.OtherAssetIdContext ctx)
Enter a parse tree produced byEfxParser.otherAssetId().The default implementation does nothing.
- Specified by:
enterOtherAssetIdin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitOtherAssetId
public void exitOtherAssetId(EfxParser.OtherAssetIdContext ctx)
Exit a parse tree produced byEfxParser.otherAssetId().The default implementation does nothing.
- Specified by:
exitOtherAssetIdin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterStandardExpressionBlock
public void enterStandardExpressionBlock(EfxParser.StandardExpressionBlockContext ctx)
Enter a parse tree produced by thestandardExpressionBlocklabeled alternative inEfxParser.expressionBlock().The default implementation does nothing.
- Specified by:
enterStandardExpressionBlockin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStandardExpressionBlock
public void exitStandardExpressionBlock(EfxParser.StandardExpressionBlockContext ctx)
Exit a parse tree produced by thestandardExpressionBlocklabeled alternative inEfxParser.expressionBlock().The default implementation does nothing.
- Specified by:
exitStandardExpressionBlockin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterShorthandFieldValueReferenceFromContextField
public void enterShorthandFieldValueReferenceFromContextField(EfxParser.ShorthandFieldValueReferenceFromContextFieldContext ctx)
Enter a parse tree produced by theshorthandFieldValueReferenceFromContextFieldlabeled alternative inEfxParser.expressionBlock().The default implementation does nothing.
- Specified by:
enterShorthandFieldValueReferenceFromContextFieldin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitShorthandFieldValueReferenceFromContextField
public void exitShorthandFieldValueReferenceFromContextField(EfxParser.ShorthandFieldValueReferenceFromContextFieldContext ctx)
Exit a parse tree produced by theshorthandFieldValueReferenceFromContextFieldlabeled alternative inEfxParser.expressionBlock().The default implementation does nothing.
- Specified by:
exitShorthandFieldValueReferenceFromContextFieldin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterContextDeclarationBlock
public void enterContextDeclarationBlock(EfxParser.ContextDeclarationBlockContext ctx)
Enter a parse tree produced byEfxParser.contextDeclarationBlock().The default implementation does nothing.
- Specified by:
enterContextDeclarationBlockin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitContextDeclarationBlock
public void exitContextDeclarationBlock(EfxParser.ContextDeclarationBlockContext ctx)
Exit a parse tree produced byEfxParser.contextDeclarationBlock().The default implementation does nothing.
- Specified by:
exitContextDeclarationBlockin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterParameterList
public void enterParameterList(EfxParser.ParameterListContext ctx)
Enter a parse tree produced byEfxParser.parameterList().The default implementation does nothing.
- Specified by:
enterParameterListin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitParameterList
public void exitParameterList(EfxParser.ParameterListContext ctx)
Exit a parse tree produced byEfxParser.parameterList().The default implementation does nothing.
- Specified by:
exitParameterListin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterStringParameterDeclaration
public void enterStringParameterDeclaration(EfxParser.StringParameterDeclarationContext ctx)
Enter a parse tree produced by thestringParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().The default implementation does nothing.
- Specified by:
enterStringParameterDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStringParameterDeclaration
public void exitStringParameterDeclaration(EfxParser.StringParameterDeclarationContext ctx)
Exit a parse tree produced by thestringParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().The default implementation does nothing.
- Specified by:
exitStringParameterDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNumericParameterDeclaration
public void enterNumericParameterDeclaration(EfxParser.NumericParameterDeclarationContext ctx)
Enter a parse tree produced by thenumericParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().The default implementation does nothing.
- Specified by:
enterNumericParameterDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNumericParameterDeclaration
public void exitNumericParameterDeclaration(EfxParser.NumericParameterDeclarationContext ctx)
Exit a parse tree produced by thenumericParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().The default implementation does nothing.
- Specified by:
exitNumericParameterDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterBooleanParameterDeclaration
public void enterBooleanParameterDeclaration(EfxParser.BooleanParameterDeclarationContext ctx)
Enter a parse tree produced by thebooleanParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().The default implementation does nothing.
- Specified by:
enterBooleanParameterDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitBooleanParameterDeclaration
public void exitBooleanParameterDeclaration(EfxParser.BooleanParameterDeclarationContext ctx)
Exit a parse tree produced by thebooleanParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().The default implementation does nothing.
- Specified by:
exitBooleanParameterDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDateParameterDeclaration
public void enterDateParameterDeclaration(EfxParser.DateParameterDeclarationContext ctx)
Enter a parse tree produced by thedateParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().The default implementation does nothing.
- Specified by:
enterDateParameterDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDateParameterDeclaration
public void exitDateParameterDeclaration(EfxParser.DateParameterDeclarationContext ctx)
Exit a parse tree produced by thedateParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().The default implementation does nothing.
- Specified by:
exitDateParameterDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTimeParameterDeclaration
public void enterTimeParameterDeclaration(EfxParser.TimeParameterDeclarationContext ctx)
Enter a parse tree produced by thetimeParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().The default implementation does nothing.
- Specified by:
enterTimeParameterDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTimeParameterDeclaration
public void exitTimeParameterDeclaration(EfxParser.TimeParameterDeclarationContext ctx)
Exit a parse tree produced by thetimeParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().The default implementation does nothing.
- Specified by:
exitTimeParameterDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDurationParameterDeclaration
public void enterDurationParameterDeclaration(EfxParser.DurationParameterDeclarationContext ctx)
Enter a parse tree produced by thedurationParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().The default implementation does nothing.
- Specified by:
enterDurationParameterDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationParameterDeclaration
public void exitDurationParameterDeclaration(EfxParser.DurationParameterDeclarationContext ctx)
Exit a parse tree produced by thedurationParameterDeclarationlabeled alternative inEfxParser.parameterDeclaration().The default implementation does nothing.
- Specified by:
exitDurationParameterDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterParameterValue
public void enterParameterValue(EfxParser.ParameterValueContext ctx)
Enter a parse tree produced byEfxParser.parameterValue().The default implementation does nothing.
- Specified by:
enterParameterValuein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitParameterValue
public void exitParameterValue(EfxParser.ParameterValueContext ctx)
Exit a parse tree produced byEfxParser.parameterValue().The default implementation does nothing.
- Specified by:
exitParameterValuein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterExpression
public void enterExpression(EfxParser.ExpressionContext ctx)
Enter a parse tree produced byEfxParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitExpression
public void exitExpression(EfxParser.ExpressionContext ctx)
Exit a parse tree produced byEfxParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterUntypedConditionalExpression
public void enterUntypedConditionalExpression(EfxParser.UntypedConditionalExpressionContext ctx)
Enter a parse tree produced by theuntypedConditionalExpressionlabeled alternative inEfxParser.lateBoundExpression().The default implementation does nothing.
- Specified by:
enterUntypedConditionalExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitUntypedConditionalExpression
public void exitUntypedConditionalExpression(EfxParser.UntypedConditionalExpressionContext ctx)
Exit a parse tree produced by theuntypedConditionalExpressionlabeled alternative inEfxParser.lateBoundExpression().The default implementation does nothing.
- Specified by:
exitUntypedConditionalExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterUntypedFieldReferenceExpression
public void enterUntypedFieldReferenceExpression(EfxParser.UntypedFieldReferenceExpressionContext ctx)
Enter a parse tree produced by theuntypedFieldReferenceExpressionlabeled alternative inEfxParser.lateBoundExpression().The default implementation does nothing.
- Specified by:
enterUntypedFieldReferenceExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitUntypedFieldReferenceExpression
public void exitUntypedFieldReferenceExpression(EfxParser.UntypedFieldReferenceExpressionContext ctx)
Exit a parse tree produced by theuntypedFieldReferenceExpressionlabeled alternative inEfxParser.lateBoundExpression().The default implementation does nothing.
- Specified by:
exitUntypedFieldReferenceExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterUntypedSequenceExpression
public void enterUntypedSequenceExpression(EfxParser.UntypedSequenceExpressionContext ctx)
Enter a parse tree produced by theuntypedSequenceExpressionlabeled alternative inEfxParser.lateBoundExpression().The default implementation does nothing.
- Specified by:
enterUntypedSequenceExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitUntypedSequenceExpression
public void exitUntypedSequenceExpression(EfxParser.UntypedSequenceExpressionContext ctx)
Exit a parse tree produced by theuntypedSequenceExpressionlabeled alternative inEfxParser.lateBoundExpression().The default implementation does nothing.
- Specified by:
exitUntypedSequenceExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterUntypedVariableExpression
public void enterUntypedVariableExpression(EfxParser.UntypedVariableExpressionContext ctx)
Enter a parse tree produced by theuntypedVariableExpressionlabeled alternative inEfxParser.lateBoundExpression().The default implementation does nothing.
- Specified by:
enterUntypedVariableExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitUntypedVariableExpression
public void exitUntypedVariableExpression(EfxParser.UntypedVariableExpressionContext ctx)
Exit a parse tree produced by theuntypedVariableExpressionlabeled alternative inEfxParser.lateBoundExpression().The default implementation does nothing.
- Specified by:
exitUntypedVariableExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDurationComparison
public void enterDurationComparison(EfxParser.DurationComparisonContext ctx)
Enter a parse tree produced by thedurationComparisonlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterDurationComparisonin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationComparison
public void exitDurationComparison(EfxParser.DurationComparisonContext ctx)
Exit a parse tree produced by thedurationComparisonlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitDurationComparisonin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterConditionalBooleanExpression
public void enterConditionalBooleanExpression(EfxParser.ConditionalBooleanExpressionContext ctx)
Enter a parse tree produced by theconditionalBooleanExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterConditionalBooleanExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitConditionalBooleanExpression
public void exitConditionalBooleanExpression(EfxParser.ConditionalBooleanExpressionContext ctx)
Exit a parse tree produced by theconditionalBooleanExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitConditionalBooleanExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTimeInListCondition
public void enterTimeInListCondition(EfxParser.TimeInListConditionContext ctx)
Enter a parse tree produced by thetimeInListConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterTimeInListConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTimeInListCondition
public void exitTimeInListCondition(EfxParser.TimeInListConditionContext ctx)
Exit a parse tree produced by thetimeInListConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitTimeInListConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterBooleanFunctionExpression
public void enterBooleanFunctionExpression(EfxParser.BooleanFunctionExpressionContext ctx)
Enter a parse tree produced by thebooleanFunctionExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterBooleanFunctionExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitBooleanFunctionExpression
public void exitBooleanFunctionExpression(EfxParser.BooleanFunctionExpressionContext ctx)
Exit a parse tree produced by thebooleanFunctionExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitBooleanFunctionExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDurationInListCondition
public void enterDurationInListCondition(EfxParser.DurationInListConditionContext ctx)
Enter a parse tree produced by thedurationInListConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterDurationInListConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationInListCondition
public void exitDurationInListCondition(EfxParser.DurationInListConditionContext ctx)
Exit a parse tree produced by thedurationInListConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitDurationInListConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterStringInListCondition
public void enterStringInListCondition(EfxParser.StringInListConditionContext ctx)
Enter a parse tree produced by thestringInListConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterStringInListConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStringInListCondition
public void exitStringInListCondition(EfxParser.StringInListConditionContext ctx)
Exit a parse tree produced by thestringInListConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitStringInListConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterLogicalAndCondition
public void enterLogicalAndCondition(EfxParser.LogicalAndConditionContext ctx)
Enter a parse tree produced by thelogicalAndConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterLogicalAndConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitLogicalAndCondition
public void exitLogicalAndCondition(EfxParser.LogicalAndConditionContext ctx)
Exit a parse tree produced by thelogicalAndConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitLogicalAndConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterBooleanLiteralExpression
public void enterBooleanLiteralExpression(EfxParser.BooleanLiteralExpressionContext ctx)
Enter a parse tree produced by thebooleanLiteralExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterBooleanLiteralExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitBooleanLiteralExpression
public void exitBooleanLiteralExpression(EfxParser.BooleanLiteralExpressionContext ctx)
Exit a parse tree produced by thebooleanLiteralExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitBooleanLiteralExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNumericComparison
public void enterNumericComparison(EfxParser.NumericComparisonContext ctx)
Enter a parse tree produced by thenumericComparisonlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterNumericComparisonin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNumericComparison
public void exitNumericComparison(EfxParser.NumericComparisonContext ctx)
Exit a parse tree produced by thenumericComparisonlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitNumericComparisonin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterLogicalOrCondition
public void enterLogicalOrCondition(EfxParser.LogicalOrConditionContext ctx)
Enter a parse tree produced by thelogicalOrConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterLogicalOrConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitLogicalOrCondition
public void exitLogicalOrCondition(EfxParser.LogicalOrConditionContext ctx)
Exit a parse tree produced by thelogicalOrConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitLogicalOrConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterUntypedBooleanExpression
public void enterUntypedBooleanExpression(EfxParser.UntypedBooleanExpressionContext ctx)
Enter a parse tree produced by theuntypedBooleanExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterUntypedBooleanExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitUntypedBooleanExpression
public void exitUntypedBooleanExpression(EfxParser.UntypedBooleanExpressionContext ctx)
Exit a parse tree produced by theuntypedBooleanExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitUntypedBooleanExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterParenthesizedBooleanExpression
public void enterParenthesizedBooleanExpression(EfxParser.ParenthesizedBooleanExpressionContext ctx)
Enter a parse tree produced by theparenthesizedBooleanExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterParenthesizedBooleanExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitParenthesizedBooleanExpression
public void exitParenthesizedBooleanExpression(EfxParser.ParenthesizedBooleanExpressionContext ctx)
Exit a parse tree produced by theparenthesizedBooleanExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitParenthesizedBooleanExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterBooleanInListCondition
public void enterBooleanInListCondition(EfxParser.BooleanInListConditionContext ctx)
Enter a parse tree produced by thebooleanInListConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterBooleanInListConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitBooleanInListCondition
public void exitBooleanInListCondition(EfxParser.BooleanInListConditionContext ctx)
Exit a parse tree produced by thebooleanInListConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitBooleanInListConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterBooleanCastExpression
public void enterBooleanCastExpression(EfxParser.BooleanCastExpressionContext ctx)
Enter a parse tree produced by thebooleanCastExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterBooleanCastExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitBooleanCastExpression
public void exitBooleanCastExpression(EfxParser.BooleanCastExpressionContext ctx)
Exit a parse tree produced by thebooleanCastExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitBooleanCastExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterQuantifiedExpression
public void enterQuantifiedExpression(EfxParser.QuantifiedExpressionContext ctx)
Enter a parse tree produced by thequantifiedExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterQuantifiedExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitQuantifiedExpression
public void exitQuantifiedExpression(EfxParser.QuantifiedExpressionContext ctx)
Exit a parse tree produced by thequantifiedExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitQuantifiedExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTimeComparison
public void enterTimeComparison(EfxParser.TimeComparisonContext ctx)
Enter a parse tree produced by thetimeComparisonlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterTimeComparisonin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTimeComparison
public void exitTimeComparison(EfxParser.TimeComparisonContext ctx)
Exit a parse tree produced by thetimeComparisonlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitTimeComparisonin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNumberInListCondition
public void enterNumberInListCondition(EfxParser.NumberInListConditionContext ctx)
Enter a parse tree produced by thenumberInListConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterNumberInListConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNumberInListCondition
public void exitNumberInListCondition(EfxParser.NumberInListConditionContext ctx)
Exit a parse tree produced by thenumberInListConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitNumberInListConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterPresenceCondition
public void enterPresenceCondition(EfxParser.PresenceConditionContext ctx)
Enter a parse tree produced by thepresenceConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterPresenceConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitPresenceCondition
public void exitPresenceCondition(EfxParser.PresenceConditionContext ctx)
Exit a parse tree produced by thepresenceConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitPresenceConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterEmptinessCondition
public void enterEmptinessCondition(EfxParser.EmptinessConditionContext ctx)
Enter a parse tree produced by theemptinessConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterEmptinessConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitEmptinessCondition
public void exitEmptinessCondition(EfxParser.EmptinessConditionContext ctx)
Exit a parse tree produced by theemptinessConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitEmptinessConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDateComparison
public void enterDateComparison(EfxParser.DateComparisonContext ctx)
Enter a parse tree produced by thedateComparisonlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterDateComparisonin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDateComparison
public void exitDateComparison(EfxParser.DateComparisonContext ctx)
Exit a parse tree produced by thedateComparisonlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitDateComparisonin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterBooleanComparison
public void enterBooleanComparison(EfxParser.BooleanComparisonContext ctx)
Enter a parse tree produced by thebooleanComparisonlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterBooleanComparisonin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitBooleanComparison
public void exitBooleanComparison(EfxParser.BooleanComparisonContext ctx)
Exit a parse tree produced by thebooleanComparisonlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitBooleanComparisonin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterStringComparison
public void enterStringComparison(EfxParser.StringComparisonContext ctx)
Enter a parse tree produced by thestringComparisonlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterStringComparisonin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStringComparison
public void exitStringComparison(EfxParser.StringComparisonContext ctx)
Exit a parse tree produced by thestringComparisonlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitStringComparisonin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDateInListCondition
public void enterDateInListCondition(EfxParser.DateInListConditionContext ctx)
Enter a parse tree produced by thedateInListConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterDateInListConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDateInListCondition
public void exitDateInListCondition(EfxParser.DateInListConditionContext ctx)
Exit a parse tree produced by thedateInListConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitDateInListConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterLikePatternCondition
public void enterLikePatternCondition(EfxParser.LikePatternConditionContext ctx)
Enter a parse tree produced by thelikePatternConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterLikePatternConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitLikePatternCondition
public void exitLikePatternCondition(EfxParser.LikePatternConditionContext ctx)
Exit a parse tree produced by thelikePatternConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitLikePatternConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterUniqueValueCondition
public void enterUniqueValueCondition(EfxParser.UniqueValueConditionContext ctx)
Enter a parse tree produced by theuniqueValueConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterUniqueValueConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitUniqueValueCondition
public void exitUniqueValueCondition(EfxParser.UniqueValueConditionContext ctx)
Exit a parse tree produced by theuniqueValueConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitUniqueValueConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterFieldValueComparison
public void enterFieldValueComparison(EfxParser.FieldValueComparisonContext ctx)
Enter a parse tree produced by thefieldValueComparisonlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterFieldValueComparisonin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitFieldValueComparison
public void exitFieldValueComparison(EfxParser.FieldValueComparisonContext ctx)
Exit a parse tree produced by thefieldValueComparisonlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitFieldValueComparisonin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterConditionalStringExpression
public void enterConditionalStringExpression(EfxParser.ConditionalStringExpressionContext ctx)
Enter a parse tree produced by theconditionalStringExpressionlabeled alternative inEfxParser.stringExpression().The default implementation does nothing.
- Specified by:
enterConditionalStringExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitConditionalStringExpression
public void exitConditionalStringExpression(EfxParser.ConditionalStringExpressionContext ctx)
Exit a parse tree produced by theconditionalStringExpressionlabeled alternative inEfxParser.stringExpression().The default implementation does nothing.
- Specified by:
exitConditionalStringExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterStringLiteralExpression
public void enterStringLiteralExpression(EfxParser.StringLiteralExpressionContext ctx)
Enter a parse tree produced by thestringLiteralExpressionlabeled alternative inEfxParser.stringExpression().The default implementation does nothing.
- Specified by:
enterStringLiteralExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStringLiteralExpression
public void exitStringLiteralExpression(EfxParser.StringLiteralExpressionContext ctx)
Exit a parse tree produced by thestringLiteralExpressionlabeled alternative inEfxParser.stringExpression().The default implementation does nothing.
- Specified by:
exitStringLiteralExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterStringFunctionExpression
public void enterStringFunctionExpression(EfxParser.StringFunctionExpressionContext ctx)
Enter a parse tree produced by thestringFunctionExpressionlabeled alternative inEfxParser.stringExpression().The default implementation does nothing.
- Specified by:
enterStringFunctionExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStringFunctionExpression
public void exitStringFunctionExpression(EfxParser.StringFunctionExpressionContext ctx)
Exit a parse tree produced by thestringFunctionExpressionlabeled alternative inEfxParser.stringExpression().The default implementation does nothing.
- Specified by:
exitStringFunctionExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterStringCastExpression
public void enterStringCastExpression(EfxParser.StringCastExpressionContext ctx)
Enter a parse tree produced by thestringCastExpressionlabeled alternative inEfxParser.stringExpression().The default implementation does nothing.
- Specified by:
enterStringCastExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStringCastExpression
public void exitStringCastExpression(EfxParser.StringCastExpressionContext ctx)
Exit a parse tree produced by thestringCastExpressionlabeled alternative inEfxParser.stringExpression().The default implementation does nothing.
- Specified by:
exitStringCastExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterUntypedStringExpression
public void enterUntypedStringExpression(EfxParser.UntypedStringExpressionContext ctx)
Enter a parse tree produced by theuntypedStringExpressionlabeled alternative inEfxParser.stringExpression().The default implementation does nothing.
- Specified by:
enterUntypedStringExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitUntypedStringExpression
public void exitUntypedStringExpression(EfxParser.UntypedStringExpressionContext ctx)
Exit a parse tree produced by theuntypedStringExpressionlabeled alternative inEfxParser.stringExpression().The default implementation does nothing.
- Specified by:
exitUntypedStringExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterParenthesizedNumericExpression
public void enterParenthesizedNumericExpression(EfxParser.ParenthesizedNumericExpressionContext ctx)
Enter a parse tree produced by theparenthesizedNumericExpressionlabeled alternative inEfxParser.numericExpression().The default implementation does nothing.
- Specified by:
enterParenthesizedNumericExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitParenthesizedNumericExpression
public void exitParenthesizedNumericExpression(EfxParser.ParenthesizedNumericExpressionContext ctx)
Exit a parse tree produced by theparenthesizedNumericExpressionlabeled alternative inEfxParser.numericExpression().The default implementation does nothing.
- Specified by:
exitParenthesizedNumericExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNumericFunctionExpression
public void enterNumericFunctionExpression(EfxParser.NumericFunctionExpressionContext ctx)
Enter a parse tree produced by thenumericFunctionExpressionlabeled alternative inEfxParser.numericExpression().The default implementation does nothing.
- Specified by:
enterNumericFunctionExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNumericFunctionExpression
public void exitNumericFunctionExpression(EfxParser.NumericFunctionExpressionContext ctx)
Exit a parse tree produced by thenumericFunctionExpressionlabeled alternative inEfxParser.numericExpression().The default implementation does nothing.
- Specified by:
exitNumericFunctionExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterAdditionExpression
public void enterAdditionExpression(EfxParser.AdditionExpressionContext ctx)
Enter a parse tree produced by theadditionExpressionlabeled alternative inEfxParser.numericExpression().The default implementation does nothing.
- Specified by:
enterAdditionExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitAdditionExpression
public void exitAdditionExpression(EfxParser.AdditionExpressionContext ctx)
Exit a parse tree produced by theadditionExpressionlabeled alternative inEfxParser.numericExpression().The default implementation does nothing.
- Specified by:
exitAdditionExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNumericLiteralExpression
public void enterNumericLiteralExpression(EfxParser.NumericLiteralExpressionContext ctx)
Enter a parse tree produced by thenumericLiteralExpressionlabeled alternative inEfxParser.numericExpression().The default implementation does nothing.
- Specified by:
enterNumericLiteralExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNumericLiteralExpression
public void exitNumericLiteralExpression(EfxParser.NumericLiteralExpressionContext ctx)
Exit a parse tree produced by thenumericLiteralExpressionlabeled alternative inEfxParser.numericExpression().The default implementation does nothing.
- Specified by:
exitNumericLiteralExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterConditionalNumericExpression
public void enterConditionalNumericExpression(EfxParser.ConditionalNumericExpressionContext ctx)
Enter a parse tree produced by theconditionalNumericExpressionlabeled alternative inEfxParser.numericExpression().The default implementation does nothing.
- Specified by:
enterConditionalNumericExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitConditionalNumericExpression
public void exitConditionalNumericExpression(EfxParser.ConditionalNumericExpressionContext ctx)
Exit a parse tree produced by theconditionalNumericExpressionlabeled alternative inEfxParser.numericExpression().The default implementation does nothing.
- Specified by:
exitConditionalNumericExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterMultiplicationExpression
public void enterMultiplicationExpression(EfxParser.MultiplicationExpressionContext ctx)
Enter a parse tree produced by themultiplicationExpressionlabeled alternative inEfxParser.numericExpression().The default implementation does nothing.
- Specified by:
enterMultiplicationExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitMultiplicationExpression
public void exitMultiplicationExpression(EfxParser.MultiplicationExpressionContext ctx)
Exit a parse tree produced by themultiplicationExpressionlabeled alternative inEfxParser.numericExpression().The default implementation does nothing.
- Specified by:
exitMultiplicationExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNumericCastExpression
public void enterNumericCastExpression(EfxParser.NumericCastExpressionContext ctx)
Enter a parse tree produced by thenumericCastExpressionlabeled alternative inEfxParser.numericExpression().The default implementation does nothing.
- Specified by:
enterNumericCastExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNumericCastExpression
public void exitNumericCastExpression(EfxParser.NumericCastExpressionContext ctx)
Exit a parse tree produced by thenumericCastExpressionlabeled alternative inEfxParser.numericExpression().The default implementation does nothing.
- Specified by:
exitNumericCastExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterUntypedNumericExpression
public void enterUntypedNumericExpression(EfxParser.UntypedNumericExpressionContext ctx)
Enter a parse tree produced by theuntypedNumericExpressionlabeled alternative inEfxParser.numericExpression().The default implementation does nothing.
- Specified by:
enterUntypedNumericExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitUntypedNumericExpression
public void exitUntypedNumericExpression(EfxParser.UntypedNumericExpressionContext ctx)
Exit a parse tree produced by theuntypedNumericExpressionlabeled alternative inEfxParser.numericExpression().The default implementation does nothing.
- Specified by:
exitUntypedNumericExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterConditionalDateExpression
public void enterConditionalDateExpression(EfxParser.ConditionalDateExpressionContext ctx)
Enter a parse tree produced by theconditionalDateExpressionlabeled alternative inEfxParser.dateExpression().The default implementation does nothing.
- Specified by:
enterConditionalDateExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitConditionalDateExpression
public void exitConditionalDateExpression(EfxParser.ConditionalDateExpressionContext ctx)
Exit a parse tree produced by theconditionalDateExpressionlabeled alternative inEfxParser.dateExpression().The default implementation does nothing.
- Specified by:
exitConditionalDateExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDateLiteralExpression
public void enterDateLiteralExpression(EfxParser.DateLiteralExpressionContext ctx)
Enter a parse tree produced by thedateLiteralExpressionlabeled alternative inEfxParser.dateExpression().The default implementation does nothing.
- Specified by:
enterDateLiteralExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDateLiteralExpression
public void exitDateLiteralExpression(EfxParser.DateLiteralExpressionContext ctx)
Exit a parse tree produced by thedateLiteralExpressionlabeled alternative inEfxParser.dateExpression().The default implementation does nothing.
- Specified by:
exitDateLiteralExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDateFunctionExpression
public void enterDateFunctionExpression(EfxParser.DateFunctionExpressionContext ctx)
Enter a parse tree produced by thedateFunctionExpressionlabeled alternative inEfxParser.dateExpression().The default implementation does nothing.
- Specified by:
enterDateFunctionExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDateFunctionExpression
public void exitDateFunctionExpression(EfxParser.DateFunctionExpressionContext ctx)
Exit a parse tree produced by thedateFunctionExpressionlabeled alternative inEfxParser.dateExpression().The default implementation does nothing.
- Specified by:
exitDateFunctionExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDateCastExpression
public void enterDateCastExpression(EfxParser.DateCastExpressionContext ctx)
Enter a parse tree produced by thedateCastExpressionlabeled alternative inEfxParser.dateExpression().The default implementation does nothing.
- Specified by:
enterDateCastExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDateCastExpression
public void exitDateCastExpression(EfxParser.DateCastExpressionContext ctx)
Exit a parse tree produced by thedateCastExpressionlabeled alternative inEfxParser.dateExpression().The default implementation does nothing.
- Specified by:
exitDateCastExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterUntypedDateExpression
public void enterUntypedDateExpression(EfxParser.UntypedDateExpressionContext ctx)
Enter a parse tree produced by theuntypedDateExpressionlabeled alternative inEfxParser.dateExpression().The default implementation does nothing.
- Specified by:
enterUntypedDateExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitUntypedDateExpression
public void exitUntypedDateExpression(EfxParser.UntypedDateExpressionContext ctx)
Exit a parse tree produced by theuntypedDateExpressionlabeled alternative inEfxParser.dateExpression().The default implementation does nothing.
- Specified by:
exitUntypedDateExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterConditionalTimeExpression
public void enterConditionalTimeExpression(EfxParser.ConditionalTimeExpressionContext ctx)
Enter a parse tree produced by theconditionalTimeExpressionlabeled alternative inEfxParser.timeExpression().The default implementation does nothing.
- Specified by:
enterConditionalTimeExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitConditionalTimeExpression
public void exitConditionalTimeExpression(EfxParser.ConditionalTimeExpressionContext ctx)
Exit a parse tree produced by theconditionalTimeExpressionlabeled alternative inEfxParser.timeExpression().The default implementation does nothing.
- Specified by:
exitConditionalTimeExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTimeLiteralExpression
public void enterTimeLiteralExpression(EfxParser.TimeLiteralExpressionContext ctx)
Enter a parse tree produced by thetimeLiteralExpressionlabeled alternative inEfxParser.timeExpression().The default implementation does nothing.
- Specified by:
enterTimeLiteralExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTimeLiteralExpression
public void exitTimeLiteralExpression(EfxParser.TimeLiteralExpressionContext ctx)
Exit a parse tree produced by thetimeLiteralExpressionlabeled alternative inEfxParser.timeExpression().The default implementation does nothing.
- Specified by:
exitTimeLiteralExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTimeFunctionExpression
public void enterTimeFunctionExpression(EfxParser.TimeFunctionExpressionContext ctx)
Enter a parse tree produced by thetimeFunctionExpressionlabeled alternative inEfxParser.timeExpression().The default implementation does nothing.
- Specified by:
enterTimeFunctionExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTimeFunctionExpression
public void exitTimeFunctionExpression(EfxParser.TimeFunctionExpressionContext ctx)
Exit a parse tree produced by thetimeFunctionExpressionlabeled alternative inEfxParser.timeExpression().The default implementation does nothing.
- Specified by:
exitTimeFunctionExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTimeCastExpression
public void enterTimeCastExpression(EfxParser.TimeCastExpressionContext ctx)
Enter a parse tree produced by thetimeCastExpressionlabeled alternative inEfxParser.timeExpression().The default implementation does nothing.
- Specified by:
enterTimeCastExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTimeCastExpression
public void exitTimeCastExpression(EfxParser.TimeCastExpressionContext ctx)
Exit a parse tree produced by thetimeCastExpressionlabeled alternative inEfxParser.timeExpression().The default implementation does nothing.
- Specified by:
exitTimeCastExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterUntypedTimeExpression
public void enterUntypedTimeExpression(EfxParser.UntypedTimeExpressionContext ctx)
Enter a parse tree produced by theuntypedTimeExpressionlabeled alternative inEfxParser.timeExpression().The default implementation does nothing.
- Specified by:
enterUntypedTimeExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitUntypedTimeExpression
public void exitUntypedTimeExpression(EfxParser.UntypedTimeExpressionContext ctx)
Exit a parse tree produced by theuntypedTimeExpressionlabeled alternative inEfxParser.timeExpression().The default implementation does nothing.
- Specified by:
exitUntypedTimeExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterParenthesizedDurationExpression
public void enterParenthesizedDurationExpression(EfxParser.ParenthesizedDurationExpressionContext ctx)
Enter a parse tree produced by theparenthesizedDurationExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
enterParenthesizedDurationExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitParenthesizedDurationExpression
public void exitParenthesizedDurationExpression(EfxParser.ParenthesizedDurationExpressionContext ctx)
Exit a parse tree produced by theparenthesizedDurationExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
exitParenthesizedDurationExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDurationSubtractionExpression
public void enterDurationSubtractionExpression(EfxParser.DurationSubtractionExpressionContext ctx)
Enter a parse tree produced by thedurationSubtractionExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
enterDurationSubtractionExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationSubtractionExpression
public void exitDurationSubtractionExpression(EfxParser.DurationSubtractionExpressionContext ctx)
Exit a parse tree produced by thedurationSubtractionExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
exitDurationSubtractionExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDateSubtractionExpression
public void enterDateSubtractionExpression(EfxParser.DateSubtractionExpressionContext ctx)
Enter a parse tree produced by thedateSubtractionExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
enterDateSubtractionExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDateSubtractionExpression
public void exitDateSubtractionExpression(EfxParser.DateSubtractionExpressionContext ctx)
Exit a parse tree produced by thedateSubtractionExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
exitDateSubtractionExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterConditionalDurationExpression
public void enterConditionalDurationExpression(EfxParser.ConditionalDurationExpressionContext ctx)
Enter a parse tree produced by theconditionalDurationExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
enterConditionalDurationExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitConditionalDurationExpression
public void exitConditionalDurationExpression(EfxParser.ConditionalDurationExpressionContext ctx)
Exit a parse tree produced by theconditionalDurationExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
exitConditionalDurationExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDurationCastExpression
public void enterDurationCastExpression(EfxParser.DurationCastExpressionContext ctx)
Enter a parse tree produced by thedurationCastExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
enterDurationCastExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationCastExpression
public void exitDurationCastExpression(EfxParser.DurationCastExpressionContext ctx)
Exit a parse tree produced by thedurationCastExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
exitDurationCastExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDurationLiteralExpression
public void enterDurationLiteralExpression(EfxParser.DurationLiteralExpressionContext ctx)
Enter a parse tree produced by thedurationLiteralExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
enterDurationLiteralExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationLiteralExpression
public void exitDurationLiteralExpression(EfxParser.DurationLiteralExpressionContext ctx)
Exit a parse tree produced by thedurationLiteralExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
exitDurationLiteralExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDurationAdditionExpression
public void enterDurationAdditionExpression(EfxParser.DurationAdditionExpressionContext ctx)
Enter a parse tree produced by thedurationAdditionExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
enterDurationAdditionExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationAdditionExpression
public void exitDurationAdditionExpression(EfxParser.DurationAdditionExpressionContext ctx)
Exit a parse tree produced by thedurationAdditionExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
exitDurationAdditionExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDurationFunctionExpression
public void enterDurationFunctionExpression(EfxParser.DurationFunctionExpressionContext ctx)
Enter a parse tree produced by thedurationFunctionExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
enterDurationFunctionExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationFunctionExpression
public void exitDurationFunctionExpression(EfxParser.DurationFunctionExpressionContext ctx)
Exit a parse tree produced by thedurationFunctionExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
exitDurationFunctionExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDurationRightMultiplicationExpression
public void enterDurationRightMultiplicationExpression(EfxParser.DurationRightMultiplicationExpressionContext ctx)
Enter a parse tree produced by thedurationRightMultiplicationExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
enterDurationRightMultiplicationExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationRightMultiplicationExpression
public void exitDurationRightMultiplicationExpression(EfxParser.DurationRightMultiplicationExpressionContext ctx)
Exit a parse tree produced by thedurationRightMultiplicationExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
exitDurationRightMultiplicationExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDurationLeftMultiplicationExpression
public void enterDurationLeftMultiplicationExpression(EfxParser.DurationLeftMultiplicationExpressionContext ctx)
Enter a parse tree produced by thedurationLeftMultiplicationExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
enterDurationLeftMultiplicationExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationLeftMultiplicationExpression
public void exitDurationLeftMultiplicationExpression(EfxParser.DurationLeftMultiplicationExpressionContext ctx)
Exit a parse tree produced by thedurationLeftMultiplicationExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
exitDurationLeftMultiplicationExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterUntypedDurationExpression
public void enterUntypedDurationExpression(EfxParser.UntypedDurationExpressionContext ctx)
Enter a parse tree produced by theuntypedDurationExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
enterUntypedDurationExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitUntypedDurationExpression
public void exitUntypedDurationExpression(EfxParser.UntypedDurationExpressionContext ctx)
Exit a parse tree produced by theuntypedDurationExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
exitUntypedDurationExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterSequenceExpression
public void enterSequenceExpression(EfxParser.SequenceExpressionContext ctx)
Enter a parse tree produced byEfxParser.sequenceExpression().The default implementation does nothing.
- Specified by:
enterSequenceExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitSequenceExpression
public void exitSequenceExpression(EfxParser.SequenceExpressionContext ctx)
Exit a parse tree produced byEfxParser.sequenceExpression().The default implementation does nothing.
- Specified by:
exitSequenceExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterStringList
public void enterStringList(EfxParser.StringListContext ctx)
Enter a parse tree produced by thestringListlabeled alternative inEfxParser.stringSequence().The default implementation does nothing.
- Specified by:
enterStringListin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStringList
public void exitStringList(EfxParser.StringListContext ctx)
Exit a parse tree produced by thestringListlabeled alternative inEfxParser.stringSequence().The default implementation does nothing.
- Specified by:
exitStringListin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterStringsFromIteration
public void enterStringsFromIteration(EfxParser.StringsFromIterationContext ctx)
Enter a parse tree produced by thestringsFromIterationlabeled alternative inEfxParser.stringSequence().The default implementation does nothing.
- Specified by:
enterStringsFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStringsFromIteration
public void exitStringsFromIteration(EfxParser.StringsFromIterationContext ctx)
Exit a parse tree produced by thestringsFromIterationlabeled alternative inEfxParser.stringSequence().The default implementation does nothing.
- Specified by:
exitStringsFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterParenthesizedStringsFromIteration
public void enterParenthesizedStringsFromIteration(EfxParser.ParenthesizedStringsFromIterationContext ctx)
Enter a parse tree produced by theparenthesizedStringsFromIterationlabeled alternative inEfxParser.stringSequence().The default implementation does nothing.
- Specified by:
enterParenthesizedStringsFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitParenthesizedStringsFromIteration
public void exitParenthesizedStringsFromIteration(EfxParser.ParenthesizedStringsFromIterationContext ctx)
Exit a parse tree produced by theparenthesizedStringsFromIterationlabeled alternative inEfxParser.stringSequence().The default implementation does nothing.
- Specified by:
exitParenthesizedStringsFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterCodeList
public void enterCodeList(EfxParser.CodeListContext ctx)
Enter a parse tree produced by thecodeListlabeled alternative inEfxParser.stringSequence().The default implementation does nothing.
- Specified by:
enterCodeListin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitCodeList
public void exitCodeList(EfxParser.CodeListContext ctx)
Exit a parse tree produced by thecodeListlabeled alternative inEfxParser.stringSequence().The default implementation does nothing.
- Specified by:
exitCodeListin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterStringTypeCastFieldReference
public void enterStringTypeCastFieldReference(EfxParser.StringTypeCastFieldReferenceContext ctx)
Enter a parse tree produced by thestringTypeCastFieldReferencelabeled alternative inEfxParser.stringSequence().The default implementation does nothing.
- Specified by:
enterStringTypeCastFieldReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStringTypeCastFieldReference
public void exitStringTypeCastFieldReference(EfxParser.StringTypeCastFieldReferenceContext ctx)
Exit a parse tree produced by thestringTypeCastFieldReferencelabeled alternative inEfxParser.stringSequence().The default implementation does nothing.
- Specified by:
exitStringTypeCastFieldReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterStringSequenceFromIteration
public void enterStringSequenceFromIteration(EfxParser.StringSequenceFromIterationContext ctx)
Enter a parse tree produced byEfxParser.stringSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterStringSequenceFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStringSequenceFromIteration
public void exitStringSequenceFromIteration(EfxParser.StringSequenceFromIterationContext ctx)
Exit a parse tree produced byEfxParser.stringSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitStringSequenceFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterBooleanList
public void enterBooleanList(EfxParser.BooleanListContext ctx)
Enter a parse tree produced by thebooleanListlabeled alternative inEfxParser.booleanSequence().The default implementation does nothing.
- Specified by:
enterBooleanListin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitBooleanList
public void exitBooleanList(EfxParser.BooleanListContext ctx)
Exit a parse tree produced by thebooleanListlabeled alternative inEfxParser.booleanSequence().The default implementation does nothing.
- Specified by:
exitBooleanListin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterBooleansFromIteration
public void enterBooleansFromIteration(EfxParser.BooleansFromIterationContext ctx)
Enter a parse tree produced by thebooleansFromIterationlabeled alternative inEfxParser.booleanSequence().The default implementation does nothing.
- Specified by:
enterBooleansFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitBooleansFromIteration
public void exitBooleansFromIteration(EfxParser.BooleansFromIterationContext ctx)
Exit a parse tree produced by thebooleansFromIterationlabeled alternative inEfxParser.booleanSequence().The default implementation does nothing.
- Specified by:
exitBooleansFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterParenthesizedBooleansFromIteration
public void enterParenthesizedBooleansFromIteration(EfxParser.ParenthesizedBooleansFromIterationContext ctx)
Enter a parse tree produced by theparenthesizedBooleansFromIterationlabeled alternative inEfxParser.booleanSequence().The default implementation does nothing.
- Specified by:
enterParenthesizedBooleansFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitParenthesizedBooleansFromIteration
public void exitParenthesizedBooleansFromIteration(EfxParser.ParenthesizedBooleansFromIterationContext ctx)
Exit a parse tree produced by theparenthesizedBooleansFromIterationlabeled alternative inEfxParser.booleanSequence().The default implementation does nothing.
- Specified by:
exitParenthesizedBooleansFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterBooleanTypeCastFieldReference
public void enterBooleanTypeCastFieldReference(EfxParser.BooleanTypeCastFieldReferenceContext ctx)
Enter a parse tree produced by thebooleanTypeCastFieldReferencelabeled alternative inEfxParser.booleanSequence().The default implementation does nothing.
- Specified by:
enterBooleanTypeCastFieldReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitBooleanTypeCastFieldReference
public void exitBooleanTypeCastFieldReference(EfxParser.BooleanTypeCastFieldReferenceContext ctx)
Exit a parse tree produced by thebooleanTypeCastFieldReferencelabeled alternative inEfxParser.booleanSequence().The default implementation does nothing.
- Specified by:
exitBooleanTypeCastFieldReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterBooleanSequenceFromIteration
public void enterBooleanSequenceFromIteration(EfxParser.BooleanSequenceFromIterationContext ctx)
Enter a parse tree produced byEfxParser.booleanSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterBooleanSequenceFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitBooleanSequenceFromIteration
public void exitBooleanSequenceFromIteration(EfxParser.BooleanSequenceFromIterationContext ctx)
Exit a parse tree produced byEfxParser.booleanSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitBooleanSequenceFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNumericList
public void enterNumericList(EfxParser.NumericListContext ctx)
Enter a parse tree produced by thenumericListlabeled alternative inEfxParser.numericSequence().The default implementation does nothing.
- Specified by:
enterNumericListin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNumericList
public void exitNumericList(EfxParser.NumericListContext ctx)
Exit a parse tree produced by thenumericListlabeled alternative inEfxParser.numericSequence().The default implementation does nothing.
- Specified by:
exitNumericListin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNumbersFromIteration
public void enterNumbersFromIteration(EfxParser.NumbersFromIterationContext ctx)
Enter a parse tree produced by thenumbersFromIterationlabeled alternative inEfxParser.numericSequence().The default implementation does nothing.
- Specified by:
enterNumbersFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNumbersFromIteration
public void exitNumbersFromIteration(EfxParser.NumbersFromIterationContext ctx)
Exit a parse tree produced by thenumbersFromIterationlabeled alternative inEfxParser.numericSequence().The default implementation does nothing.
- Specified by:
exitNumbersFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterParenthesizedNumbersFromIteration
public void enterParenthesizedNumbersFromIteration(EfxParser.ParenthesizedNumbersFromIterationContext ctx)
Enter a parse tree produced by theparenthesizedNumbersFromIterationlabeled alternative inEfxParser.numericSequence().The default implementation does nothing.
- Specified by:
enterParenthesizedNumbersFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitParenthesizedNumbersFromIteration
public void exitParenthesizedNumbersFromIteration(EfxParser.ParenthesizedNumbersFromIterationContext ctx)
Exit a parse tree produced by theparenthesizedNumbersFromIterationlabeled alternative inEfxParser.numericSequence().The default implementation does nothing.
- Specified by:
exitParenthesizedNumbersFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNumericTypeCastFieldReference
public void enterNumericTypeCastFieldReference(EfxParser.NumericTypeCastFieldReferenceContext ctx)
Enter a parse tree produced by thenumericTypeCastFieldReferencelabeled alternative inEfxParser.numericSequence().The default implementation does nothing.
- Specified by:
enterNumericTypeCastFieldReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNumericTypeCastFieldReference
public void exitNumericTypeCastFieldReference(EfxParser.NumericTypeCastFieldReferenceContext ctx)
Exit a parse tree produced by thenumericTypeCastFieldReferencelabeled alternative inEfxParser.numericSequence().The default implementation does nothing.
- Specified by:
exitNumericTypeCastFieldReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNumericSequenceFromIteration
public void enterNumericSequenceFromIteration(EfxParser.NumericSequenceFromIterationContext ctx)
Enter a parse tree produced byEfxParser.numericSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterNumericSequenceFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNumericSequenceFromIteration
public void exitNumericSequenceFromIteration(EfxParser.NumericSequenceFromIterationContext ctx)
Exit a parse tree produced byEfxParser.numericSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitNumericSequenceFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDateList
public void enterDateList(EfxParser.DateListContext ctx)
Enter a parse tree produced by thedateListlabeled alternative inEfxParser.dateSequence().The default implementation does nothing.
- Specified by:
enterDateListin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDateList
public void exitDateList(EfxParser.DateListContext ctx)
Exit a parse tree produced by thedateListlabeled alternative inEfxParser.dateSequence().The default implementation does nothing.
- Specified by:
exitDateListin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDatesFromIteration
public void enterDatesFromIteration(EfxParser.DatesFromIterationContext ctx)
Enter a parse tree produced by thedatesFromIterationlabeled alternative inEfxParser.dateSequence().The default implementation does nothing.
- Specified by:
enterDatesFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDatesFromIteration
public void exitDatesFromIteration(EfxParser.DatesFromIterationContext ctx)
Exit a parse tree produced by thedatesFromIterationlabeled alternative inEfxParser.dateSequence().The default implementation does nothing.
- Specified by:
exitDatesFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterParenthesizedDatesFromIteration
public void enterParenthesizedDatesFromIteration(EfxParser.ParenthesizedDatesFromIterationContext ctx)
Enter a parse tree produced by theparenthesizedDatesFromIterationlabeled alternative inEfxParser.dateSequence().The default implementation does nothing.
- Specified by:
enterParenthesizedDatesFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitParenthesizedDatesFromIteration
public void exitParenthesizedDatesFromIteration(EfxParser.ParenthesizedDatesFromIterationContext ctx)
Exit a parse tree produced by theparenthesizedDatesFromIterationlabeled alternative inEfxParser.dateSequence().The default implementation does nothing.
- Specified by:
exitParenthesizedDatesFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDateTypeCastFieldReference
public void enterDateTypeCastFieldReference(EfxParser.DateTypeCastFieldReferenceContext ctx)
Enter a parse tree produced by thedateTypeCastFieldReferencelabeled alternative inEfxParser.dateSequence().The default implementation does nothing.
- Specified by:
enterDateTypeCastFieldReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDateTypeCastFieldReference
public void exitDateTypeCastFieldReference(EfxParser.DateTypeCastFieldReferenceContext ctx)
Exit a parse tree produced by thedateTypeCastFieldReferencelabeled alternative inEfxParser.dateSequence().The default implementation does nothing.
- Specified by:
exitDateTypeCastFieldReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDateSequenceFromIteration
public void enterDateSequenceFromIteration(EfxParser.DateSequenceFromIterationContext ctx)
Enter a parse tree produced byEfxParser.dateSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterDateSequenceFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDateSequenceFromIteration
public void exitDateSequenceFromIteration(EfxParser.DateSequenceFromIterationContext ctx)
Exit a parse tree produced byEfxParser.dateSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitDateSequenceFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTimeList
public void enterTimeList(EfxParser.TimeListContext ctx)
Enter a parse tree produced by thetimeListlabeled alternative inEfxParser.timeSequence().The default implementation does nothing.
- Specified by:
enterTimeListin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTimeList
public void exitTimeList(EfxParser.TimeListContext ctx)
Exit a parse tree produced by thetimeListlabeled alternative inEfxParser.timeSequence().The default implementation does nothing.
- Specified by:
exitTimeListin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTimesFromIteration
public void enterTimesFromIteration(EfxParser.TimesFromIterationContext ctx)
Enter a parse tree produced by thetimesFromIterationlabeled alternative inEfxParser.timeSequence().The default implementation does nothing.
- Specified by:
enterTimesFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTimesFromIteration
public void exitTimesFromIteration(EfxParser.TimesFromIterationContext ctx)
Exit a parse tree produced by thetimesFromIterationlabeled alternative inEfxParser.timeSequence().The default implementation does nothing.
- Specified by:
exitTimesFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterParenthesizedTimesFromIteration
public void enterParenthesizedTimesFromIteration(EfxParser.ParenthesizedTimesFromIterationContext ctx)
Enter a parse tree produced by theparenthesizedTimesFromIterationlabeled alternative inEfxParser.timeSequence().The default implementation does nothing.
- Specified by:
enterParenthesizedTimesFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitParenthesizedTimesFromIteration
public void exitParenthesizedTimesFromIteration(EfxParser.ParenthesizedTimesFromIterationContext ctx)
Exit a parse tree produced by theparenthesizedTimesFromIterationlabeled alternative inEfxParser.timeSequence().The default implementation does nothing.
- Specified by:
exitParenthesizedTimesFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTimeTypeCastFieldReference
public void enterTimeTypeCastFieldReference(EfxParser.TimeTypeCastFieldReferenceContext ctx)
Enter a parse tree produced by thetimeTypeCastFieldReferencelabeled alternative inEfxParser.timeSequence().The default implementation does nothing.
- Specified by:
enterTimeTypeCastFieldReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTimeTypeCastFieldReference
public void exitTimeTypeCastFieldReference(EfxParser.TimeTypeCastFieldReferenceContext ctx)
Exit a parse tree produced by thetimeTypeCastFieldReferencelabeled alternative inEfxParser.timeSequence().The default implementation does nothing.
- Specified by:
exitTimeTypeCastFieldReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTimeSequenceFromIteration
public void enterTimeSequenceFromIteration(EfxParser.TimeSequenceFromIterationContext ctx)
Enter a parse tree produced byEfxParser.timeSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterTimeSequenceFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTimeSequenceFromIteration
public void exitTimeSequenceFromIteration(EfxParser.TimeSequenceFromIterationContext ctx)
Exit a parse tree produced byEfxParser.timeSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitTimeSequenceFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDurationList
public void enterDurationList(EfxParser.DurationListContext ctx)
Enter a parse tree produced by thedurationListlabeled alternative inEfxParser.durationSequence().The default implementation does nothing.
- Specified by:
enterDurationListin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationList
public void exitDurationList(EfxParser.DurationListContext ctx)
Exit a parse tree produced by thedurationListlabeled alternative inEfxParser.durationSequence().The default implementation does nothing.
- Specified by:
exitDurationListin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDurationsFromIteration
public void enterDurationsFromIteration(EfxParser.DurationsFromIterationContext ctx)
Enter a parse tree produced by thedurationsFromIterationlabeled alternative inEfxParser.durationSequence().The default implementation does nothing.
- Specified by:
enterDurationsFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationsFromIteration
public void exitDurationsFromIteration(EfxParser.DurationsFromIterationContext ctx)
Exit a parse tree produced by thedurationsFromIterationlabeled alternative inEfxParser.durationSequence().The default implementation does nothing.
- Specified by:
exitDurationsFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterParenthesizedDurationsFromITeration
public void enterParenthesizedDurationsFromITeration(EfxParser.ParenthesizedDurationsFromITerationContext ctx)
Enter a parse tree produced by theparenthesizedDurationsFromITerationlabeled alternative inEfxParser.durationSequence().The default implementation does nothing.
- Specified by:
enterParenthesizedDurationsFromITerationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitParenthesizedDurationsFromITeration
public void exitParenthesizedDurationsFromITeration(EfxParser.ParenthesizedDurationsFromITerationContext ctx)
Exit a parse tree produced by theparenthesizedDurationsFromITerationlabeled alternative inEfxParser.durationSequence().The default implementation does nothing.
- Specified by:
exitParenthesizedDurationsFromITerationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDurationTypeCastFieldReference
public void enterDurationTypeCastFieldReference(EfxParser.DurationTypeCastFieldReferenceContext ctx)
Enter a parse tree produced by thedurationTypeCastFieldReferencelabeled alternative inEfxParser.durationSequence().The default implementation does nothing.
- Specified by:
enterDurationTypeCastFieldReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationTypeCastFieldReference
public void exitDurationTypeCastFieldReference(EfxParser.DurationTypeCastFieldReferenceContext ctx)
Exit a parse tree produced by thedurationTypeCastFieldReferencelabeled alternative inEfxParser.durationSequence().The default implementation does nothing.
- Specified by:
exitDurationTypeCastFieldReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDurationSequenceFromIteration
public void enterDurationSequenceFromIteration(EfxParser.DurationSequenceFromIterationContext ctx)
Enter a parse tree produced byEfxParser.durationSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterDurationSequenceFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationSequenceFromIteration
public void exitDurationSequenceFromIteration(EfxParser.DurationSequenceFromIterationContext ctx)
Exit a parse tree produced byEfxParser.durationSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitDurationSequenceFromIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterPredicate
public void enterPredicate(EfxParser.PredicateContext ctx)
Enter a parse tree produced byEfxParser.predicate().The default implementation does nothing.
- Specified by:
enterPredicatein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitPredicate
public void exitPredicate(EfxParser.PredicateContext ctx)
Exit a parse tree produced byEfxParser.predicate().The default implementation does nothing.
- Specified by:
exitPredicatein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterIteratorList
public void enterIteratorList(EfxParser.IteratorListContext ctx)
Enter a parse tree produced byEfxParser.iteratorList().The default implementation does nothing.
- Specified by:
enterIteratorListin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitIteratorList
public void exitIteratorList(EfxParser.IteratorListContext ctx)
Exit a parse tree produced byEfxParser.iteratorList().The default implementation does nothing.
- Specified by:
exitIteratorListin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterIteratorExpression
public void enterIteratorExpression(EfxParser.IteratorExpressionContext ctx)
Enter a parse tree produced byEfxParser.iteratorExpression().The default implementation does nothing.
- Specified by:
enterIteratorExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitIteratorExpression
public void exitIteratorExpression(EfxParser.IteratorExpressionContext ctx)
Exit a parse tree produced byEfxParser.iteratorExpression().The default implementation does nothing.
- Specified by:
exitIteratorExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterStringIteratorExpression
public void enterStringIteratorExpression(EfxParser.StringIteratorExpressionContext ctx)
Enter a parse tree produced byEfxParser.stringIteratorExpression().The default implementation does nothing.
- Specified by:
enterStringIteratorExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStringIteratorExpression
public void exitStringIteratorExpression(EfxParser.StringIteratorExpressionContext ctx)
Exit a parse tree produced byEfxParser.stringIteratorExpression().The default implementation does nothing.
- Specified by:
exitStringIteratorExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterBooleanIteratorExpression
public void enterBooleanIteratorExpression(EfxParser.BooleanIteratorExpressionContext ctx)
Enter a parse tree produced byEfxParser.booleanIteratorExpression().The default implementation does nothing.
- Specified by:
enterBooleanIteratorExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitBooleanIteratorExpression
public void exitBooleanIteratorExpression(EfxParser.BooleanIteratorExpressionContext ctx)
Exit a parse tree produced byEfxParser.booleanIteratorExpression().The default implementation does nothing.
- Specified by:
exitBooleanIteratorExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNumericIteratorExpression
public void enterNumericIteratorExpression(EfxParser.NumericIteratorExpressionContext ctx)
Enter a parse tree produced byEfxParser.numericIteratorExpression().The default implementation does nothing.
- Specified by:
enterNumericIteratorExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNumericIteratorExpression
public void exitNumericIteratorExpression(EfxParser.NumericIteratorExpressionContext ctx)
Exit a parse tree produced byEfxParser.numericIteratorExpression().The default implementation does nothing.
- Specified by:
exitNumericIteratorExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDateIteratorExpression
public void enterDateIteratorExpression(EfxParser.DateIteratorExpressionContext ctx)
Enter a parse tree produced byEfxParser.dateIteratorExpression().The default implementation does nothing.
- Specified by:
enterDateIteratorExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDateIteratorExpression
public void exitDateIteratorExpression(EfxParser.DateIteratorExpressionContext ctx)
Exit a parse tree produced byEfxParser.dateIteratorExpression().The default implementation does nothing.
- Specified by:
exitDateIteratorExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTimeIteratorExpression
public void enterTimeIteratorExpression(EfxParser.TimeIteratorExpressionContext ctx)
Enter a parse tree produced byEfxParser.timeIteratorExpression().The default implementation does nothing.
- Specified by:
enterTimeIteratorExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTimeIteratorExpression
public void exitTimeIteratorExpression(EfxParser.TimeIteratorExpressionContext ctx)
Exit a parse tree produced byEfxParser.timeIteratorExpression().The default implementation does nothing.
- Specified by:
exitTimeIteratorExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDurationIteratorExpression
public void enterDurationIteratorExpression(EfxParser.DurationIteratorExpressionContext ctx)
Enter a parse tree produced byEfxParser.durationIteratorExpression().The default implementation does nothing.
- Specified by:
enterDurationIteratorExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationIteratorExpression
public void exitDurationIteratorExpression(EfxParser.DurationIteratorExpressionContext ctx)
Exit a parse tree produced byEfxParser.durationIteratorExpression().The default implementation does nothing.
- Specified by:
exitDurationIteratorExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterContextIteratorExpression
public void enterContextIteratorExpression(EfxParser.ContextIteratorExpressionContext ctx)
Enter a parse tree produced byEfxParser.contextIteratorExpression().The default implementation does nothing.
- Specified by:
enterContextIteratorExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitContextIteratorExpression
public void exitContextIteratorExpression(EfxParser.ContextIteratorExpressionContext ctx)
Exit a parse tree produced byEfxParser.contextIteratorExpression().The default implementation does nothing.
- Specified by:
exitContextIteratorExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterStringLiteral
public void enterStringLiteral(EfxParser.StringLiteralContext ctx)
Enter a parse tree produced byEfxParser.stringLiteral().The default implementation does nothing.
- Specified by:
enterStringLiteralin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStringLiteral
public void exitStringLiteral(EfxParser.StringLiteralContext ctx)
Exit a parse tree produced byEfxParser.stringLiteral().The default implementation does nothing.
- Specified by:
exitStringLiteralin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNumericLiteral
public void enterNumericLiteral(EfxParser.NumericLiteralContext ctx)
Enter a parse tree produced byEfxParser.numericLiteral().The default implementation does nothing.
- Specified by:
enterNumericLiteralin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNumericLiteral
public void exitNumericLiteral(EfxParser.NumericLiteralContext ctx)
Exit a parse tree produced byEfxParser.numericLiteral().The default implementation does nothing.
- Specified by:
exitNumericLiteralin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterBooleanLiteral
public void enterBooleanLiteral(EfxParser.BooleanLiteralContext ctx)
Enter a parse tree produced byEfxParser.booleanLiteral().The default implementation does nothing.
- Specified by:
enterBooleanLiteralin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitBooleanLiteral
public void exitBooleanLiteral(EfxParser.BooleanLiteralContext ctx)
Exit a parse tree produced byEfxParser.booleanLiteral().The default implementation does nothing.
- Specified by:
exitBooleanLiteralin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTrueBooleanLiteral
public void enterTrueBooleanLiteral(EfxParser.TrueBooleanLiteralContext ctx)
Enter a parse tree produced byEfxParser.trueBooleanLiteral().The default implementation does nothing.
- Specified by:
enterTrueBooleanLiteralin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTrueBooleanLiteral
public void exitTrueBooleanLiteral(EfxParser.TrueBooleanLiteralContext ctx)
Exit a parse tree produced byEfxParser.trueBooleanLiteral().The default implementation does nothing.
- Specified by:
exitTrueBooleanLiteralin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterFalseBooleanLiteral
public void enterFalseBooleanLiteral(EfxParser.FalseBooleanLiteralContext ctx)
Enter a parse tree produced byEfxParser.falseBooleanLiteral().The default implementation does nothing.
- Specified by:
enterFalseBooleanLiteralin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitFalseBooleanLiteral
public void exitFalseBooleanLiteral(EfxParser.FalseBooleanLiteralContext ctx)
Exit a parse tree produced byEfxParser.falseBooleanLiteral().The default implementation does nothing.
- Specified by:
exitFalseBooleanLiteralin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDateLiteral
public void enterDateLiteral(EfxParser.DateLiteralContext ctx)
Enter a parse tree produced byEfxParser.dateLiteral().The default implementation does nothing.
- Specified by:
enterDateLiteralin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDateLiteral
public void exitDateLiteral(EfxParser.DateLiteralContext ctx)
Exit a parse tree produced byEfxParser.dateLiteral().The default implementation does nothing.
- Specified by:
exitDateLiteralin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTimeLiteral
public void enterTimeLiteral(EfxParser.TimeLiteralContext ctx)
Enter a parse tree produced byEfxParser.timeLiteral().The default implementation does nothing.
- Specified by:
enterTimeLiteralin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTimeLiteral
public void exitTimeLiteral(EfxParser.TimeLiteralContext ctx)
Exit a parse tree produced byEfxParser.timeLiteral().The default implementation does nothing.
- Specified by:
exitTimeLiteralin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDurationLiteral
public void enterDurationLiteral(EfxParser.DurationLiteralContext ctx)
Enter a parse tree produced byEfxParser.durationLiteral().The default implementation does nothing.
- Specified by:
enterDurationLiteralin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationLiteral
public void exitDurationLiteral(EfxParser.DurationLiteralContext ctx)
Exit a parse tree produced byEfxParser.durationLiteral().The default implementation does nothing.
- Specified by:
exitDurationLiteralin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterStringVariableDeclaration
public void enterStringVariableDeclaration(EfxParser.StringVariableDeclarationContext ctx)
Enter a parse tree produced byEfxParser.stringVariableDeclaration().The default implementation does nothing.
- Specified by:
enterStringVariableDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStringVariableDeclaration
public void exitStringVariableDeclaration(EfxParser.StringVariableDeclarationContext ctx)
Exit a parse tree produced byEfxParser.stringVariableDeclaration().The default implementation does nothing.
- Specified by:
exitStringVariableDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterBooleanVariableDeclaration
public void enterBooleanVariableDeclaration(EfxParser.BooleanVariableDeclarationContext ctx)
Enter a parse tree produced byEfxParser.booleanVariableDeclaration().The default implementation does nothing.
- Specified by:
enterBooleanVariableDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitBooleanVariableDeclaration
public void exitBooleanVariableDeclaration(EfxParser.BooleanVariableDeclarationContext ctx)
Exit a parse tree produced byEfxParser.booleanVariableDeclaration().The default implementation does nothing.
- Specified by:
exitBooleanVariableDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNumericVariableDeclaration
public void enterNumericVariableDeclaration(EfxParser.NumericVariableDeclarationContext ctx)
Enter a parse tree produced byEfxParser.numericVariableDeclaration().The default implementation does nothing.
- Specified by:
enterNumericVariableDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNumericVariableDeclaration
public void exitNumericVariableDeclaration(EfxParser.NumericVariableDeclarationContext ctx)
Exit a parse tree produced byEfxParser.numericVariableDeclaration().The default implementation does nothing.
- Specified by:
exitNumericVariableDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDateVariableDeclaration
public void enterDateVariableDeclaration(EfxParser.DateVariableDeclarationContext ctx)
Enter a parse tree produced byEfxParser.dateVariableDeclaration().The default implementation does nothing.
- Specified by:
enterDateVariableDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDateVariableDeclaration
public void exitDateVariableDeclaration(EfxParser.DateVariableDeclarationContext ctx)
Exit a parse tree produced byEfxParser.dateVariableDeclaration().The default implementation does nothing.
- Specified by:
exitDateVariableDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTimeVariableDeclaration
public void enterTimeVariableDeclaration(EfxParser.TimeVariableDeclarationContext ctx)
Enter a parse tree produced byEfxParser.timeVariableDeclaration().The default implementation does nothing.
- Specified by:
enterTimeVariableDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTimeVariableDeclaration
public void exitTimeVariableDeclaration(EfxParser.TimeVariableDeclarationContext ctx)
Exit a parse tree produced byEfxParser.timeVariableDeclaration().The default implementation does nothing.
- Specified by:
exitTimeVariableDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDurationVariableDeclaration
public void enterDurationVariableDeclaration(EfxParser.DurationVariableDeclarationContext ctx)
Enter a parse tree produced byEfxParser.durationVariableDeclaration().The default implementation does nothing.
- Specified by:
enterDurationVariableDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationVariableDeclaration
public void exitDurationVariableDeclaration(EfxParser.DurationVariableDeclarationContext ctx)
Exit a parse tree produced byEfxParser.durationVariableDeclaration().The default implementation does nothing.
- Specified by:
exitDurationVariableDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterContextVariableDeclaration
public void enterContextVariableDeclaration(EfxParser.ContextVariableDeclarationContext ctx)
Enter a parse tree produced byEfxParser.contextVariableDeclaration().The default implementation does nothing.
- Specified by:
enterContextVariableDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitContextVariableDeclaration
public void exitContextVariableDeclaration(EfxParser.ContextVariableDeclarationContext ctx)
Exit a parse tree produced byEfxParser.contextVariableDeclaration().The default implementation does nothing.
- Specified by:
exitContextVariableDeclarationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterVariableReference
public void enterVariableReference(EfxParser.VariableReferenceContext ctx)
Enter a parse tree produced byEfxParser.variableReference().The default implementation does nothing.
- Specified by:
enterVariableReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitVariableReference
public void exitVariableReference(EfxParser.VariableReferenceContext ctx)
Exit a parse tree produced byEfxParser.variableReference().The default implementation does nothing.
- Specified by:
exitVariableReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterScalarFromFieldReference
public void enterScalarFromFieldReference(EfxParser.ScalarFromFieldReferenceContext ctx)
Enter a parse tree produced by thescalarFromFieldReferencelabeled alternative inEfxParser.scalarFromReference().The default implementation does nothing.
- Specified by:
enterScalarFromFieldReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitScalarFromFieldReference
public void exitScalarFromFieldReference(EfxParser.ScalarFromFieldReferenceContext ctx)
Exit a parse tree produced by thescalarFromFieldReferencelabeled alternative inEfxParser.scalarFromReference().The default implementation does nothing.
- Specified by:
exitScalarFromFieldReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterScalarFromAttributeReference
public void enterScalarFromAttributeReference(EfxParser.ScalarFromAttributeReferenceContext ctx)
Enter a parse tree produced by thescalarFromAttributeReferencelabeled alternative inEfxParser.scalarFromReference().The default implementation does nothing.
- Specified by:
enterScalarFromAttributeReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitScalarFromAttributeReference
public void exitScalarFromAttributeReference(EfxParser.ScalarFromAttributeReferenceContext ctx)
Exit a parse tree produced by thescalarFromAttributeReferencelabeled alternative inEfxParser.scalarFromReference().The default implementation does nothing.
- Specified by:
exitScalarFromAttributeReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterSequenceFromFieldReference
public void enterSequenceFromFieldReference(EfxParser.SequenceFromFieldReferenceContext ctx)
Enter a parse tree produced by thesequenceFromFieldReferencelabeled alternative inEfxParser.sequenceFromReference().The default implementation does nothing.
- Specified by:
enterSequenceFromFieldReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitSequenceFromFieldReference
public void exitSequenceFromFieldReference(EfxParser.SequenceFromFieldReferenceContext ctx)
Exit a parse tree produced by thesequenceFromFieldReferencelabeled alternative inEfxParser.sequenceFromReference().The default implementation does nothing.
- Specified by:
exitSequenceFromFieldReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterSequenceFromAttributeReference
public void enterSequenceFromAttributeReference(EfxParser.SequenceFromAttributeReferenceContext ctx)
Enter a parse tree produced by thesequenceFromAttributeReferencelabeled alternative inEfxParser.sequenceFromReference().The default implementation does nothing.
- Specified by:
enterSequenceFromAttributeReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitSequenceFromAttributeReference
public void exitSequenceFromAttributeReference(EfxParser.SequenceFromAttributeReferenceContext ctx)
Exit a parse tree produced by thesequenceFromAttributeReferencelabeled alternative inEfxParser.sequenceFromReference().The default implementation does nothing.
- Specified by:
exitSequenceFromAttributeReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterPathFromReference
public void enterPathFromReference(EfxParser.PathFromReferenceContext ctx)
Enter a parse tree produced byEfxParser.pathFromReference().The default implementation does nothing.
- Specified by:
enterPathFromReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitPathFromReference
public void exitPathFromReference(EfxParser.PathFromReferenceContext ctx)
Exit a parse tree produced byEfxParser.pathFromReference().The default implementation does nothing.
- Specified by:
exitPathFromReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterContextFieldSpecifier
public void enterContextFieldSpecifier(EfxParser.ContextFieldSpecifierContext ctx)
Enter a parse tree produced byEfxParser.contextFieldSpecifier().The default implementation does nothing.
- Specified by:
enterContextFieldSpecifierin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitContextFieldSpecifier
public void exitContextFieldSpecifier(EfxParser.ContextFieldSpecifierContext ctx)
Exit a parse tree produced byEfxParser.contextFieldSpecifier().The default implementation does nothing.
- Specified by:
exitContextFieldSpecifierin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterContextNodeSpecifier
public void enterContextNodeSpecifier(EfxParser.ContextNodeSpecifierContext ctx)
Enter a parse tree produced byEfxParser.contextNodeSpecifier().The default implementation does nothing.
- Specified by:
enterContextNodeSpecifierin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitContextNodeSpecifier
public void exitContextNodeSpecifier(EfxParser.ContextNodeSpecifierContext ctx)
Exit a parse tree produced byEfxParser.contextNodeSpecifier().The default implementation does nothing.
- Specified by:
exitContextNodeSpecifierin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterContextVariableSpecifier
public void enterContextVariableSpecifier(EfxParser.ContextVariableSpecifierContext ctx)
Enter a parse tree produced byEfxParser.contextVariableSpecifier().The default implementation does nothing.
- Specified by:
enterContextVariableSpecifierin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitContextVariableSpecifier
public void exitContextVariableSpecifier(EfxParser.ContextVariableSpecifierContext ctx)
Exit a parse tree produced byEfxParser.contextVariableSpecifier().The default implementation does nothing.
- Specified by:
exitContextVariableSpecifierin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterAttributeReference
public void enterAttributeReference(EfxParser.AttributeReferenceContext ctx)
Enter a parse tree produced byEfxParser.attributeReference().The default implementation does nothing.
- Specified by:
enterAttributeReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitAttributeReference
public void exitAttributeReference(EfxParser.AttributeReferenceContext ctx)
Exit a parse tree produced byEfxParser.attributeReference().The default implementation does nothing.
- Specified by:
exitAttributeReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterFieldReference
public void enterFieldReference(EfxParser.FieldReferenceContext ctx)
Enter a parse tree produced byEfxParser.fieldReference().The default implementation does nothing.
- Specified by:
enterFieldReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitFieldReference
public void exitFieldReference(EfxParser.FieldReferenceContext ctx)
Exit a parse tree produced byEfxParser.fieldReference().The default implementation does nothing.
- Specified by:
exitFieldReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterFieldReferenceInOtherNotice
public void enterFieldReferenceInOtherNotice(EfxParser.FieldReferenceInOtherNoticeContext ctx)
Enter a parse tree produced byEfxParser.fieldReferenceInOtherNotice().The default implementation does nothing.
- Specified by:
enterFieldReferenceInOtherNoticein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitFieldReferenceInOtherNotice
public void exitFieldReferenceInOtherNotice(EfxParser.FieldReferenceInOtherNoticeContext ctx)
Exit a parse tree produced byEfxParser.fieldReferenceInOtherNotice().The default implementation does nothing.
- Specified by:
exitFieldReferenceInOtherNoticein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterFieldReferenceWithVariableContextOverride
public void enterFieldReferenceWithVariableContextOverride(EfxParser.FieldReferenceWithVariableContextOverrideContext ctx)
Enter a parse tree produced byEfxParser.fieldReferenceWithVariableContextOverride().The default implementation does nothing.
- Specified by:
enterFieldReferenceWithVariableContextOverridein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitFieldReferenceWithVariableContextOverride
public void exitFieldReferenceWithVariableContextOverride(EfxParser.FieldReferenceWithVariableContextOverrideContext ctx)
Exit a parse tree produced byEfxParser.fieldReferenceWithVariableContextOverride().The default implementation does nothing.
- Specified by:
exitFieldReferenceWithVariableContextOverridein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterFieldReferenceWithNodeContextOverride
public void enterFieldReferenceWithNodeContextOverride(EfxParser.FieldReferenceWithNodeContextOverrideContext ctx)
Enter a parse tree produced byEfxParser.fieldReferenceWithNodeContextOverride().The default implementation does nothing.
- Specified by:
enterFieldReferenceWithNodeContextOverridein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitFieldReferenceWithNodeContextOverride
public void exitFieldReferenceWithNodeContextOverride(EfxParser.FieldReferenceWithNodeContextOverrideContext ctx)
Exit a parse tree produced byEfxParser.fieldReferenceWithNodeContextOverride().The default implementation does nothing.
- Specified by:
exitFieldReferenceWithNodeContextOverridein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterFieldReferenceWithFieldContextOverride
public void enterFieldReferenceWithFieldContextOverride(EfxParser.FieldReferenceWithFieldContextOverrideContext ctx)
Enter a parse tree produced byEfxParser.fieldReferenceWithFieldContextOverride().The default implementation does nothing.
- Specified by:
enterFieldReferenceWithFieldContextOverridein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitFieldReferenceWithFieldContextOverride
public void exitFieldReferenceWithFieldContextOverride(EfxParser.FieldReferenceWithFieldContextOverrideContext ctx)
Exit a parse tree produced byEfxParser.fieldReferenceWithFieldContextOverride().The default implementation does nothing.
- Specified by:
exitFieldReferenceWithFieldContextOverridein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterFieldContext
public void enterFieldContext(EfxParser.FieldContextContext ctx)
Enter a parse tree produced byEfxParser.fieldContext().The default implementation does nothing.
- Specified by:
enterFieldContextin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitFieldContext
public void exitFieldContext(EfxParser.FieldContextContext ctx)
Exit a parse tree produced byEfxParser.fieldContext().The default implementation does nothing.
- Specified by:
exitFieldContextin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterAbsoluteFieldReference
public void enterAbsoluteFieldReference(EfxParser.AbsoluteFieldReferenceContext ctx)
Enter a parse tree produced byEfxParser.absoluteFieldReference().The default implementation does nothing.
- Specified by:
enterAbsoluteFieldReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitAbsoluteFieldReference
public void exitAbsoluteFieldReference(EfxParser.AbsoluteFieldReferenceContext ctx)
Exit a parse tree produced byEfxParser.absoluteFieldReference().The default implementation does nothing.
- Specified by:
exitAbsoluteFieldReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterFieldReferenceWithPredicate
public void enterFieldReferenceWithPredicate(EfxParser.FieldReferenceWithPredicateContext ctx)
Enter a parse tree produced byEfxParser.fieldReferenceWithPredicate().The default implementation does nothing.
- Specified by:
enterFieldReferenceWithPredicatein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitFieldReferenceWithPredicate
public void exitFieldReferenceWithPredicate(EfxParser.FieldReferenceWithPredicateContext ctx)
Exit a parse tree produced byEfxParser.fieldReferenceWithPredicate().The default implementation does nothing.
- Specified by:
exitFieldReferenceWithPredicatein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterFieldReferenceWithAxis
public void enterFieldReferenceWithAxis(EfxParser.FieldReferenceWithAxisContext ctx)
Enter a parse tree produced byEfxParser.fieldReferenceWithAxis().The default implementation does nothing.
- Specified by:
enterFieldReferenceWithAxisin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitFieldReferenceWithAxis
public void exitFieldReferenceWithAxis(EfxParser.FieldReferenceWithAxisContext ctx)
Exit a parse tree produced byEfxParser.fieldReferenceWithAxis().The default implementation does nothing.
- Specified by:
exitFieldReferenceWithAxisin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterSimpleFieldReference
public void enterSimpleFieldReference(EfxParser.SimpleFieldReferenceContext ctx)
Enter a parse tree produced byEfxParser.simpleFieldReference().The default implementation does nothing.
- Specified by:
enterSimpleFieldReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitSimpleFieldReference
public void exitSimpleFieldReference(EfxParser.SimpleFieldReferenceContext ctx)
Exit a parse tree produced byEfxParser.simpleFieldReference().The default implementation does nothing.
- Specified by:
exitSimpleFieldReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNodeReference
public void enterNodeReference(EfxParser.NodeReferenceContext ctx)
Enter a parse tree produced byEfxParser.nodeReference().The default implementation does nothing.
- Specified by:
enterNodeReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNodeReference
public void exitNodeReference(EfxParser.NodeReferenceContext ctx)
Exit a parse tree produced byEfxParser.nodeReference().The default implementation does nothing.
- Specified by:
exitNodeReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNodeReferenceInOtherNotice
public void enterNodeReferenceInOtherNotice(EfxParser.NodeReferenceInOtherNoticeContext ctx)
Enter a parse tree produced byEfxParser.nodeReferenceInOtherNotice().The default implementation does nothing.
- Specified by:
enterNodeReferenceInOtherNoticein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNodeReferenceInOtherNotice
public void exitNodeReferenceInOtherNotice(EfxParser.NodeReferenceInOtherNoticeContext ctx)
Exit a parse tree produced byEfxParser.nodeReferenceInOtherNotice().The default implementation does nothing.
- Specified by:
exitNodeReferenceInOtherNoticein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNodeContext
public void enterNodeContext(EfxParser.NodeContextContext ctx)
Enter a parse tree produced byEfxParser.nodeContext().The default implementation does nothing.
- Specified by:
enterNodeContextin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNodeContext
public void exitNodeContext(EfxParser.NodeContextContext ctx)
Exit a parse tree produced byEfxParser.nodeContext().The default implementation does nothing.
- Specified by:
exitNodeContextin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterAbsoluteNodeReference
public void enterAbsoluteNodeReference(EfxParser.AbsoluteNodeReferenceContext ctx)
Enter a parse tree produced byEfxParser.absoluteNodeReference().The default implementation does nothing.
- Specified by:
enterAbsoluteNodeReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitAbsoluteNodeReference
public void exitAbsoluteNodeReference(EfxParser.AbsoluteNodeReferenceContext ctx)
Exit a parse tree produced byEfxParser.absoluteNodeReference().The default implementation does nothing.
- Specified by:
exitAbsoluteNodeReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNodeReferenceWithPredicate
public void enterNodeReferenceWithPredicate(EfxParser.NodeReferenceWithPredicateContext ctx)
Enter a parse tree produced byEfxParser.nodeReferenceWithPredicate().The default implementation does nothing.
- Specified by:
enterNodeReferenceWithPredicatein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNodeReferenceWithPredicate
public void exitNodeReferenceWithPredicate(EfxParser.NodeReferenceWithPredicateContext ctx)
Exit a parse tree produced byEfxParser.nodeReferenceWithPredicate().The default implementation does nothing.
- Specified by:
exitNodeReferenceWithPredicatein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterSimpleNodeReference
public void enterSimpleNodeReference(EfxParser.SimpleNodeReferenceContext ctx)
Enter a parse tree produced byEfxParser.simpleNodeReference().The default implementation does nothing.
- Specified by:
enterSimpleNodeReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitSimpleNodeReference
public void exitSimpleNodeReference(EfxParser.SimpleNodeReferenceContext ctx)
Exit a parse tree produced byEfxParser.simpleNodeReference().The default implementation does nothing.
- Specified by:
exitSimpleNodeReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNoticeReference
public void enterNoticeReference(EfxParser.NoticeReferenceContext ctx)
Enter a parse tree produced byEfxParser.noticeReference().The default implementation does nothing.
- Specified by:
enterNoticeReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNoticeReference
public void exitNoticeReference(EfxParser.NoticeReferenceContext ctx)
Exit a parse tree produced byEfxParser.noticeReference().The default implementation does nothing.
- Specified by:
exitNoticeReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterCodelistReference
public void enterCodelistReference(EfxParser.CodelistReferenceContext ctx)
Enter a parse tree produced byEfxParser.codelistReference().The default implementation does nothing.
- Specified by:
enterCodelistReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitCodelistReference
public void exitCodelistReference(EfxParser.CodelistReferenceContext ctx)
Exit a parse tree produced byEfxParser.codelistReference().The default implementation does nothing.
- Specified by:
exitCodelistReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterCodelistId
public void enterCodelistId(EfxParser.CodelistIdContext ctx)
Enter a parse tree produced byEfxParser.codelistId().The default implementation does nothing.
- Specified by:
enterCodelistIdin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitCodelistId
public void exitCodelistId(EfxParser.CodelistIdContext ctx)
Exit a parse tree produced byEfxParser.codelistId().The default implementation does nothing.
- Specified by:
exitCodelistIdin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterAxis
public void enterAxis(EfxParser.AxisContext ctx)
Enter a parse tree produced byEfxParser.axis().The default implementation does nothing.
- Specified by:
enterAxisin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitAxis
public void exitAxis(EfxParser.AxisContext ctx)
Exit a parse tree produced byEfxParser.axis().The default implementation does nothing.
- Specified by:
exitAxisin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNotFunction
public void enterNotFunction(EfxParser.NotFunctionContext ctx)
Enter a parse tree produced by thenotFunctionlabeled alternative inEfxParser.booleanFunction().The default implementation does nothing.
- Specified by:
enterNotFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNotFunction
public void exitNotFunction(EfxParser.NotFunctionContext ctx)
Exit a parse tree produced by thenotFunctionlabeled alternative inEfxParser.booleanFunction().The default implementation does nothing.
- Specified by:
exitNotFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterContainsFunction
public void enterContainsFunction(EfxParser.ContainsFunctionContext ctx)
Enter a parse tree produced by thecontainsFunctionlabeled alternative inEfxParser.booleanFunction().The default implementation does nothing.
- Specified by:
enterContainsFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitContainsFunction
public void exitContainsFunction(EfxParser.ContainsFunctionContext ctx)
Exit a parse tree produced by thecontainsFunctionlabeled alternative inEfxParser.booleanFunction().The default implementation does nothing.
- Specified by:
exitContainsFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterStartsWithFunction
public void enterStartsWithFunction(EfxParser.StartsWithFunctionContext ctx)
Enter a parse tree produced by thestartsWithFunctionlabeled alternative inEfxParser.booleanFunction().The default implementation does nothing.
- Specified by:
enterStartsWithFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStartsWithFunction
public void exitStartsWithFunction(EfxParser.StartsWithFunctionContext ctx)
Exit a parse tree produced by thestartsWithFunctionlabeled alternative inEfxParser.booleanFunction().The default implementation does nothing.
- Specified by:
exitStartsWithFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterEndsWithFunction
public void enterEndsWithFunction(EfxParser.EndsWithFunctionContext ctx)
Enter a parse tree produced by theendsWithFunctionlabeled alternative inEfxParser.booleanFunction().The default implementation does nothing.
- Specified by:
enterEndsWithFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitEndsWithFunction
public void exitEndsWithFunction(EfxParser.EndsWithFunctionContext ctx)
Exit a parse tree produced by theendsWithFunctionlabeled alternative inEfxParser.booleanFunction().The default implementation does nothing.
- Specified by:
exitEndsWithFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterSequenceEqualFunction
public void enterSequenceEqualFunction(EfxParser.SequenceEqualFunctionContext ctx)
Enter a parse tree produced by thesequenceEqualFunctionlabeled alternative inEfxParser.booleanFunction().The default implementation does nothing.
- Specified by:
enterSequenceEqualFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitSequenceEqualFunction
public void exitSequenceEqualFunction(EfxParser.SequenceEqualFunctionContext ctx)
Exit a parse tree produced by thesequenceEqualFunctionlabeled alternative inEfxParser.booleanFunction().The default implementation does nothing.
- Specified by:
exitSequenceEqualFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterCountFunction
public void enterCountFunction(EfxParser.CountFunctionContext ctx)
Enter a parse tree produced by thecountFunctionlabeled alternative inEfxParser.numericFunction().The default implementation does nothing.
- Specified by:
enterCountFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitCountFunction
public void exitCountFunction(EfxParser.CountFunctionContext ctx)
Exit a parse tree produced by thecountFunctionlabeled alternative inEfxParser.numericFunction().The default implementation does nothing.
- Specified by:
exitCountFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNumberFunction
public void enterNumberFunction(EfxParser.NumberFunctionContext ctx)
Enter a parse tree produced by thenumberFunctionlabeled alternative inEfxParser.numericFunction().The default implementation does nothing.
- Specified by:
enterNumberFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNumberFunction
public void exitNumberFunction(EfxParser.NumberFunctionContext ctx)
Exit a parse tree produced by thenumberFunctionlabeled alternative inEfxParser.numericFunction().The default implementation does nothing.
- Specified by:
exitNumberFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterSumFunction
public void enterSumFunction(EfxParser.SumFunctionContext ctx)
Enter a parse tree produced by thesumFunctionlabeled alternative inEfxParser.numericFunction().The default implementation does nothing.
- Specified by:
enterSumFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitSumFunction
public void exitSumFunction(EfxParser.SumFunctionContext ctx)
Exit a parse tree produced by thesumFunctionlabeled alternative inEfxParser.numericFunction().The default implementation does nothing.
- Specified by:
exitSumFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterStringLengthFunction
public void enterStringLengthFunction(EfxParser.StringLengthFunctionContext ctx)
Enter a parse tree produced by thestringLengthFunctionlabeled alternative inEfxParser.numericFunction().The default implementation does nothing.
- Specified by:
enterStringLengthFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStringLengthFunction
public void exitStringLengthFunction(EfxParser.StringLengthFunctionContext ctx)
Exit a parse tree produced by thestringLengthFunctionlabeled alternative inEfxParser.numericFunction().The default implementation does nothing.
- Specified by:
exitStringLengthFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterSubstringFunction
public void enterSubstringFunction(EfxParser.SubstringFunctionContext ctx)
Enter a parse tree produced by thesubstringFunctionlabeled alternative inEfxParser.stringFunction().The default implementation does nothing.
- Specified by:
enterSubstringFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitSubstringFunction
public void exitSubstringFunction(EfxParser.SubstringFunctionContext ctx)
Exit a parse tree produced by thesubstringFunctionlabeled alternative inEfxParser.stringFunction().The default implementation does nothing.
- Specified by:
exitSubstringFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterToStringFunction
public void enterToStringFunction(EfxParser.ToStringFunctionContext ctx)
Enter a parse tree produced by thetoStringFunctionlabeled alternative inEfxParser.stringFunction().The default implementation does nothing.
- Specified by:
enterToStringFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitToStringFunction
public void exitToStringFunction(EfxParser.ToStringFunctionContext ctx)
Exit a parse tree produced by thetoStringFunctionlabeled alternative inEfxParser.stringFunction().The default implementation does nothing.
- Specified by:
exitToStringFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterConcatFunction
public void enterConcatFunction(EfxParser.ConcatFunctionContext ctx)
Enter a parse tree produced by theconcatFunctionlabeled alternative inEfxParser.stringFunction().The default implementation does nothing.
- Specified by:
enterConcatFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitConcatFunction
public void exitConcatFunction(EfxParser.ConcatFunctionContext ctx)
Exit a parse tree produced by theconcatFunctionlabeled alternative inEfxParser.stringFunction().The default implementation does nothing.
- Specified by:
exitConcatFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterFormatNumberFunction
public void enterFormatNumberFunction(EfxParser.FormatNumberFunctionContext ctx)
Enter a parse tree produced by theformatNumberFunctionlabeled alternative inEfxParser.stringFunction().The default implementation does nothing.
- Specified by:
enterFormatNumberFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitFormatNumberFunction
public void exitFormatNumberFunction(EfxParser.FormatNumberFunctionContext ctx)
Exit a parse tree produced by theformatNumberFunctionlabeled alternative inEfxParser.stringFunction().The default implementation does nothing.
- Specified by:
exitFormatNumberFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDateFromStringFunction
public void enterDateFromStringFunction(EfxParser.DateFromStringFunctionContext ctx)
Enter a parse tree produced by thedateFromStringFunctionlabeled alternative inEfxParser.dateFunction().The default implementation does nothing.
- Specified by:
enterDateFromStringFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDateFromStringFunction
public void exitDateFromStringFunction(EfxParser.DateFromStringFunctionContext ctx)
Exit a parse tree produced by thedateFromStringFunctionlabeled alternative inEfxParser.dateFunction().The default implementation does nothing.
- Specified by:
exitDateFromStringFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDatePlusMeasureFunction
public void enterDatePlusMeasureFunction(EfxParser.DatePlusMeasureFunctionContext ctx)
Enter a parse tree produced by thedatePlusMeasureFunctionlabeled alternative inEfxParser.dateFunction().The default implementation does nothing.
- Specified by:
enterDatePlusMeasureFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDatePlusMeasureFunction
public void exitDatePlusMeasureFunction(EfxParser.DatePlusMeasureFunctionContext ctx)
Exit a parse tree produced by thedatePlusMeasureFunctionlabeled alternative inEfxParser.dateFunction().The default implementation does nothing.
- Specified by:
exitDatePlusMeasureFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDateMinusMeasureFunction
public void enterDateMinusMeasureFunction(EfxParser.DateMinusMeasureFunctionContext ctx)
Enter a parse tree produced by thedateMinusMeasureFunctionlabeled alternative inEfxParser.dateFunction().The default implementation does nothing.
- Specified by:
enterDateMinusMeasureFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDateMinusMeasureFunction
public void exitDateMinusMeasureFunction(EfxParser.DateMinusMeasureFunctionContext ctx)
Exit a parse tree produced by thedateMinusMeasureFunctionlabeled alternative inEfxParser.dateFunction().The default implementation does nothing.
- Specified by:
exitDateMinusMeasureFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTimeFromStringFunction
public void enterTimeFromStringFunction(EfxParser.TimeFromStringFunctionContext ctx)
Enter a parse tree produced by thetimeFromStringFunctionlabeled alternative inEfxParser.timeFunction().The default implementation does nothing.
- Specified by:
enterTimeFromStringFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTimeFromStringFunction
public void exitTimeFromStringFunction(EfxParser.TimeFromStringFunctionContext ctx)
Exit a parse tree produced by thetimeFromStringFunctionlabeled alternative inEfxParser.timeFunction().The default implementation does nothing.
- Specified by:
exitTimeFromStringFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDayTimeDurationFromStringFunction
public void enterDayTimeDurationFromStringFunction(EfxParser.DayTimeDurationFromStringFunctionContext ctx)
Enter a parse tree produced by thedayTimeDurationFromStringFunctionlabeled alternative inEfxParser.durationFunction().The default implementation does nothing.
- Specified by:
enterDayTimeDurationFromStringFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDayTimeDurationFromStringFunction
public void exitDayTimeDurationFromStringFunction(EfxParser.DayTimeDurationFromStringFunctionContext ctx)
Exit a parse tree produced by thedayTimeDurationFromStringFunctionlabeled alternative inEfxParser.durationFunction().The default implementation does nothing.
- Specified by:
exitDayTimeDurationFromStringFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterYearMonthDurationFromStringFunction
public void enterYearMonthDurationFromStringFunction(EfxParser.YearMonthDurationFromStringFunctionContext ctx)
Enter a parse tree produced by theyearMonthDurationFromStringFunctionlabeled alternative inEfxParser.durationFunction().The default implementation does nothing.
- Specified by:
enterYearMonthDurationFromStringFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitYearMonthDurationFromStringFunction
public void exitYearMonthDurationFromStringFunction(EfxParser.YearMonthDurationFromStringFunctionContext ctx)
Exit a parse tree produced by theyearMonthDurationFromStringFunctionlabeled alternative inEfxParser.durationFunction().The default implementation does nothing.
- Specified by:
exitYearMonthDurationFromStringFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDistinctValuesFunction
public void enterDistinctValuesFunction(EfxParser.DistinctValuesFunctionContext ctx)
Enter a parse tree produced by thedistinctValuesFunctionlabeled alternative inEfxParser.sequenceFunction().The default implementation does nothing.
- Specified by:
enterDistinctValuesFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDistinctValuesFunction
public void exitDistinctValuesFunction(EfxParser.DistinctValuesFunctionContext ctx)
Exit a parse tree produced by thedistinctValuesFunctionlabeled alternative inEfxParser.sequenceFunction().The default implementation does nothing.
- Specified by:
exitDistinctValuesFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterUnionFunction
public void enterUnionFunction(EfxParser.UnionFunctionContext ctx)
Enter a parse tree produced by theunionFunctionlabeled alternative inEfxParser.sequenceFunction().The default implementation does nothing.
- Specified by:
enterUnionFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitUnionFunction
public void exitUnionFunction(EfxParser.UnionFunctionContext ctx)
Exit a parse tree produced by theunionFunctionlabeled alternative inEfxParser.sequenceFunction().The default implementation does nothing.
- Specified by:
exitUnionFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterIntersectFunction
public void enterIntersectFunction(EfxParser.IntersectFunctionContext ctx)
Enter a parse tree produced by theintersectFunctionlabeled alternative inEfxParser.sequenceFunction().The default implementation does nothing.
- Specified by:
enterIntersectFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitIntersectFunction
public void exitIntersectFunction(EfxParser.IntersectFunctionContext ctx)
Exit a parse tree produced by theintersectFunctionlabeled alternative inEfxParser.sequenceFunction().The default implementation does nothing.
- Specified by:
exitIntersectFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterExceptFunction
public void enterExceptFunction(EfxParser.ExceptFunctionContext ctx)
Enter a parse tree produced by theexceptFunctionlabeled alternative inEfxParser.sequenceFunction().The default implementation does nothing.
- Specified by:
enterExceptFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitExceptFunction
public void exitExceptFunction(EfxParser.ExceptFunctionContext ctx)
Exit a parse tree produced by theexceptFunctionlabeled alternative inEfxParser.sequenceFunction().The default implementation does nothing.
- Specified by:
exitExceptFunctionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-