Class EfxBaseListener
- java.lang.Object
-
- eu.europa.ted.efx.sdk0.v7.EfxBaseListener
-
- All Implemented Interfaces:
EfxListener,org.antlr.v4.runtime.tree.ParseTreeListener
- Direct Known Subclasses:
EfxExpressionTranslator07
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
-
enterValueTemplate
public void enterValueTemplate(EfxParser.ValueTemplateContext ctx)
Enter a parse tree produced by thevalueTemplatelabeled alternative inEfxParser.templateFragment().The default implementation does nothing.
- Specified by:
enterValueTemplatein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitValueTemplate
public void exitValueTemplate(EfxParser.ValueTemplateContext ctx)
Exit a parse tree produced by thevalueTemplatelabeled alternative inEfxParser.templateFragment().The default implementation does nothing.
- Specified by:
exitValueTemplatein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterText
public void enterText(EfxParser.TextContext ctx)
Enter a parse tree produced byEfxParser.text().The default implementation does nothing.
- Specified by:
enterTextin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitText
public void exitText(EfxParser.TextContext ctx)
Exit a parse tree produced byEfxParser.text().The default implementation does nothing.
- Specified by:
exitTextin 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
-
enterShorthandFieldValueLabelReference
public void enterShorthandFieldValueLabelReference(EfxParser.ShorthandFieldValueLabelReferenceContext ctx)
Enter a parse tree produced by theshorthandFieldValueLabelReferencelabeled alternative inEfxParser.labelBlock().The default implementation does nothing.
- Specified by:
enterShorthandFieldValueLabelReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitShorthandFieldValueLabelReference
public void exitShorthandFieldValueLabelReference(EfxParser.ShorthandFieldValueLabelReferenceContext ctx)
Exit a parse tree produced by theshorthandFieldValueLabelReferencelabeled alternative inEfxParser.labelBlock().The default implementation does nothing.
- Specified by:
exitShorthandFieldValueLabelReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterShorthandContextLabelReference
public void enterShorthandContextLabelReference(EfxParser.ShorthandContextLabelReferenceContext ctx)
Enter a parse tree produced by theshorthandContextLabelReferencelabeled alternative inEfxParser.labelBlock().The default implementation does nothing.
- Specified by:
enterShorthandContextLabelReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitShorthandContextLabelReference
public void exitShorthandContextLabelReference(EfxParser.ShorthandContextLabelReferenceContext ctx)
Exit a parse tree produced by theshorthandContextLabelReferencelabeled alternative inEfxParser.labelBlock().The default implementation does nothing.
- Specified by:
exitShorthandContextLabelReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterShorthandContextFieldLabelReference
public void enterShorthandContextFieldLabelReference(EfxParser.ShorthandContextFieldLabelReferenceContext ctx)
Enter a parse tree produced by theshorthandContextFieldLabelReferencelabeled alternative inEfxParser.labelBlock().The default implementation does nothing.
- Specified by:
enterShorthandContextFieldLabelReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitShorthandContextFieldLabelReference
public void exitShorthandContextFieldLabelReference(EfxParser.ShorthandContextFieldLabelReferenceContext ctx)
Exit a parse tree produced by theshorthandContextFieldLabelReferencelabeled alternative inEfxParser.labelBlock().The default implementation does nothing.
- Specified by:
exitShorthandContextFieldLabelReferencein 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
-
enterShorthandContextFieldValueReference
public void enterShorthandContextFieldValueReference(EfxParser.ShorthandContextFieldValueReferenceContext ctx)
Enter a parse tree produced by theshorthandContextFieldValueReferencelabeled alternative inEfxParser.expressionBlock().The default implementation does nothing.
- Specified by:
enterShorthandContextFieldValueReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitShorthandContextFieldValueReference
public void exitShorthandContextFieldValueReference(EfxParser.ShorthandContextFieldValueReferenceContext ctx)
Exit a parse tree produced by theshorthandContextFieldValueReferencelabeled alternative inEfxParser.expressionBlock().The default implementation does nothing.
- Specified by:
exitShorthandContextFieldValueReferencein 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
-
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
-
enterUntypedConditonalExpression
public void enterUntypedConditonalExpression(EfxParser.UntypedConditonalExpressionContext ctx)
Enter a parse tree produced by theuntypedConditonalExpressionlabeled alternative inEfxParser.lateBoundExpression().The default implementation does nothing.
- Specified by:
enterUntypedConditonalExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitUntypedConditonalExpression
public void exitUntypedConditonalExpression(EfxParser.UntypedConditonalExpressionContext ctx)
Exit a parse tree produced by theuntypedConditonalExpressionlabeled alternative inEfxParser.lateBoundExpression().The default implementation does nothing.
- Specified by:
exitUntypedConditonalExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterUntypedFieldValueReferenceExpression
public void enterUntypedFieldValueReferenceExpression(EfxParser.UntypedFieldValueReferenceExpressionContext ctx)
Enter a parse tree produced by theuntypedFieldValueReferenceExpressionlabeled alternative inEfxParser.lateBoundExpression().The default implementation does nothing.
- Specified by:
enterUntypedFieldValueReferenceExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitUntypedFieldValueReferenceExpression
public void exitUntypedFieldValueReferenceExpression(EfxParser.UntypedFieldValueReferenceExpressionContext ctx)
Exit a parse tree produced by theuntypedFieldValueReferenceExpressionlabeled alternative inEfxParser.lateBoundExpression().The default implementation does nothing.
- Specified by:
exitUntypedFieldValueReferenceExpressionin 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
-
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
-
enterStringQuantifiedExpression
public void enterStringQuantifiedExpression(EfxParser.StringQuantifiedExpressionContext ctx)
Enter a parse tree produced by thestringQuantifiedExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterStringQuantifiedExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStringQuantifiedExpression
public void exitStringQuantifiedExpression(EfxParser.StringQuantifiedExpressionContext ctx)
Exit a parse tree produced by thestringQuantifiedExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitStringQuantifiedExpressionin 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
-
enterTimeQuantifiedExpression
public void enterTimeQuantifiedExpression(EfxParser.TimeQuantifiedExpressionContext ctx)
Enter a parse tree produced by thetimeQuantifiedExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterTimeQuantifiedExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTimeQuantifiedExpression
public void exitTimeQuantifiedExpression(EfxParser.TimeQuantifiedExpressionContext ctx)
Exit a parse tree produced by thetimeQuantifiedExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitTimeQuantifiedExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDurationQuantifiedExpression
public void enterDurationQuantifiedExpression(EfxParser.DurationQuantifiedExpressionContext ctx)
Enter a parse tree produced by thedurationQuantifiedExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterDurationQuantifiedExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationQuantifiedExpression
public void exitDurationQuantifiedExpression(EfxParser.DurationQuantifiedExpressionContext ctx)
Exit a parse tree produced by thedurationQuantifiedExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitDurationQuantifiedExpressionin 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
-
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
-
enterDateQuantifiedExpression
public void enterDateQuantifiedExpression(EfxParser.DateQuantifiedExpressionContext ctx)
Enter a parse tree produced by thedateQuantifiedExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterDateQuantifiedExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDateQuantifiedExpression
public void exitDateQuantifiedExpression(EfxParser.DateQuantifiedExpressionContext ctx)
Exit a parse tree produced by thedateQuantifiedExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitDateQuantifiedExpressionin 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
-
enterNumericQuantifiedExpression
public void enterNumericQuantifiedExpression(EfxParser.NumericQuantifiedExpressionContext ctx)
Enter a parse tree produced by thenumericQuantifiedExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterNumericQuantifiedExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNumericQuantifiedExpression
public void exitNumericQuantifiedExpression(EfxParser.NumericQuantifiedExpressionContext ctx)
Exit a parse tree produced by thenumericQuantifiedExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitNumericQuantifiedExpressionin 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
-
enterBooleanQuantifiedExpression
public void enterBooleanQuantifiedExpression(EfxParser.BooleanQuantifiedExpressionContext ctx)
Enter a parse tree produced by thebooleanQuantifiedExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterBooleanQuantifiedExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitBooleanQuantifiedExpression
public void exitBooleanQuantifiedExpression(EfxParser.BooleanQuantifiedExpressionContext ctx)
Exit a parse tree produced by thebooleanQuantifiedExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitBooleanQuantifiedExpressionin 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
-
enterStringsFromStringIteration
public void enterStringsFromStringIteration(EfxParser.StringsFromStringIterationContext ctx)
Enter a parse tree produced by thestringsFromStringIterationlabeled alternative inEfxParser.stringSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterStringsFromStringIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStringsFromStringIteration
public void exitStringsFromStringIteration(EfxParser.StringsFromStringIterationContext ctx)
Exit a parse tree produced by thestringsFromStringIterationlabeled alternative inEfxParser.stringSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitStringsFromStringIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterStringsFromBooleanIteration
public void enterStringsFromBooleanIteration(EfxParser.StringsFromBooleanIterationContext ctx)
Enter a parse tree produced by thestringsFromBooleanIterationlabeled alternative inEfxParser.stringSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterStringsFromBooleanIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStringsFromBooleanIteration
public void exitStringsFromBooleanIteration(EfxParser.StringsFromBooleanIterationContext ctx)
Exit a parse tree produced by thestringsFromBooleanIterationlabeled alternative inEfxParser.stringSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitStringsFromBooleanIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterStringsFromNumericIteration
public void enterStringsFromNumericIteration(EfxParser.StringsFromNumericIterationContext ctx)
Enter a parse tree produced by thestringsFromNumericIterationlabeled alternative inEfxParser.stringSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterStringsFromNumericIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStringsFromNumericIteration
public void exitStringsFromNumericIteration(EfxParser.StringsFromNumericIterationContext ctx)
Exit a parse tree produced by thestringsFromNumericIterationlabeled alternative inEfxParser.stringSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitStringsFromNumericIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterStringsFromDateIteration
public void enterStringsFromDateIteration(EfxParser.StringsFromDateIterationContext ctx)
Enter a parse tree produced by thestringsFromDateIterationlabeled alternative inEfxParser.stringSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterStringsFromDateIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStringsFromDateIteration
public void exitStringsFromDateIteration(EfxParser.StringsFromDateIterationContext ctx)
Exit a parse tree produced by thestringsFromDateIterationlabeled alternative inEfxParser.stringSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitStringsFromDateIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterStringsFromTimeIteration
public void enterStringsFromTimeIteration(EfxParser.StringsFromTimeIterationContext ctx)
Enter a parse tree produced by thestringsFromTimeIterationlabeled alternative inEfxParser.stringSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterStringsFromTimeIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStringsFromTimeIteration
public void exitStringsFromTimeIteration(EfxParser.StringsFromTimeIterationContext ctx)
Exit a parse tree produced by thestringsFromTimeIterationlabeled alternative inEfxParser.stringSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitStringsFromTimeIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterStringsFromDurationIteration
public void enterStringsFromDurationIteration(EfxParser.StringsFromDurationIterationContext ctx)
Enter a parse tree produced by thestringsFromDurationIterationlabeled alternative inEfxParser.stringSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterStringsFromDurationIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStringsFromDurationIteration
public void exitStringsFromDurationIteration(EfxParser.StringsFromDurationIterationContext ctx)
Exit a parse tree produced by thestringsFromDurationIterationlabeled alternative inEfxParser.stringSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitStringsFromDurationIterationin 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
-
enterBooleansFromStringIteration
public void enterBooleansFromStringIteration(EfxParser.BooleansFromStringIterationContext ctx)
Enter a parse tree produced by thebooleansFromStringIterationlabeled alternative inEfxParser.booleanSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterBooleansFromStringIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitBooleansFromStringIteration
public void exitBooleansFromStringIteration(EfxParser.BooleansFromStringIterationContext ctx)
Exit a parse tree produced by thebooleansFromStringIterationlabeled alternative inEfxParser.booleanSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitBooleansFromStringIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterBooleansFromBooleanIteration
public void enterBooleansFromBooleanIteration(EfxParser.BooleansFromBooleanIterationContext ctx)
Enter a parse tree produced by thebooleansFromBooleanIterationlabeled alternative inEfxParser.booleanSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterBooleansFromBooleanIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitBooleansFromBooleanIteration
public void exitBooleansFromBooleanIteration(EfxParser.BooleansFromBooleanIterationContext ctx)
Exit a parse tree produced by thebooleansFromBooleanIterationlabeled alternative inEfxParser.booleanSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitBooleansFromBooleanIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterBooleansFromNumericIteration
public void enterBooleansFromNumericIteration(EfxParser.BooleansFromNumericIterationContext ctx)
Enter a parse tree produced by thebooleansFromNumericIterationlabeled alternative inEfxParser.booleanSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterBooleansFromNumericIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitBooleansFromNumericIteration
public void exitBooleansFromNumericIteration(EfxParser.BooleansFromNumericIterationContext ctx)
Exit a parse tree produced by thebooleansFromNumericIterationlabeled alternative inEfxParser.booleanSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitBooleansFromNumericIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterBooleansFromDateIteration
public void enterBooleansFromDateIteration(EfxParser.BooleansFromDateIterationContext ctx)
Enter a parse tree produced by thebooleansFromDateIterationlabeled alternative inEfxParser.booleanSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterBooleansFromDateIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitBooleansFromDateIteration
public void exitBooleansFromDateIteration(EfxParser.BooleansFromDateIterationContext ctx)
Exit a parse tree produced by thebooleansFromDateIterationlabeled alternative inEfxParser.booleanSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitBooleansFromDateIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterBooleansFromTimeIteration
public void enterBooleansFromTimeIteration(EfxParser.BooleansFromTimeIterationContext ctx)
Enter a parse tree produced by thebooleansFromTimeIterationlabeled alternative inEfxParser.booleanSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterBooleansFromTimeIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitBooleansFromTimeIteration
public void exitBooleansFromTimeIteration(EfxParser.BooleansFromTimeIterationContext ctx)
Exit a parse tree produced by thebooleansFromTimeIterationlabeled alternative inEfxParser.booleanSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitBooleansFromTimeIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterBooleansFromDurationIteration
public void enterBooleansFromDurationIteration(EfxParser.BooleansFromDurationIterationContext ctx)
Enter a parse tree produced by thebooleansFromDurationIterationlabeled alternative inEfxParser.booleanSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterBooleansFromDurationIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitBooleansFromDurationIteration
public void exitBooleansFromDurationIteration(EfxParser.BooleansFromDurationIterationContext ctx)
Exit a parse tree produced by thebooleansFromDurationIterationlabeled alternative inEfxParser.booleanSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitBooleansFromDurationIterationin 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
-
enterNumbersFromStringIteration
public void enterNumbersFromStringIteration(EfxParser.NumbersFromStringIterationContext ctx)
Enter a parse tree produced by thenumbersFromStringIterationlabeled alternative inEfxParser.numericSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterNumbersFromStringIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNumbersFromStringIteration
public void exitNumbersFromStringIteration(EfxParser.NumbersFromStringIterationContext ctx)
Exit a parse tree produced by thenumbersFromStringIterationlabeled alternative inEfxParser.numericSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitNumbersFromStringIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNumbersFromBooleanIteration
public void enterNumbersFromBooleanIteration(EfxParser.NumbersFromBooleanIterationContext ctx)
Enter a parse tree produced by thenumbersFromBooleanIterationlabeled alternative inEfxParser.numericSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterNumbersFromBooleanIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNumbersFromBooleanIteration
public void exitNumbersFromBooleanIteration(EfxParser.NumbersFromBooleanIterationContext ctx)
Exit a parse tree produced by thenumbersFromBooleanIterationlabeled alternative inEfxParser.numericSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitNumbersFromBooleanIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNumbersFromNumericIteration
public void enterNumbersFromNumericIteration(EfxParser.NumbersFromNumericIterationContext ctx)
Enter a parse tree produced by thenumbersFromNumericIterationlabeled alternative inEfxParser.numericSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterNumbersFromNumericIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNumbersFromNumericIteration
public void exitNumbersFromNumericIteration(EfxParser.NumbersFromNumericIterationContext ctx)
Exit a parse tree produced by thenumbersFromNumericIterationlabeled alternative inEfxParser.numericSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitNumbersFromNumericIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNumbersFromDateIteration
public void enterNumbersFromDateIteration(EfxParser.NumbersFromDateIterationContext ctx)
Enter a parse tree produced by thenumbersFromDateIterationlabeled alternative inEfxParser.numericSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterNumbersFromDateIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNumbersFromDateIteration
public void exitNumbersFromDateIteration(EfxParser.NumbersFromDateIterationContext ctx)
Exit a parse tree produced by thenumbersFromDateIterationlabeled alternative inEfxParser.numericSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitNumbersFromDateIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNumbersFromTimeIteration
public void enterNumbersFromTimeIteration(EfxParser.NumbersFromTimeIterationContext ctx)
Enter a parse tree produced by thenumbersFromTimeIterationlabeled alternative inEfxParser.numericSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterNumbersFromTimeIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNumbersFromTimeIteration
public void exitNumbersFromTimeIteration(EfxParser.NumbersFromTimeIterationContext ctx)
Exit a parse tree produced by thenumbersFromTimeIterationlabeled alternative inEfxParser.numericSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitNumbersFromTimeIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterNumbersFromDurationIteration
public void enterNumbersFromDurationIteration(EfxParser.NumbersFromDurationIterationContext ctx)
Enter a parse tree produced by thenumbersFromDurationIterationlabeled alternative inEfxParser.numericSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterNumbersFromDurationIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNumbersFromDurationIteration
public void exitNumbersFromDurationIteration(EfxParser.NumbersFromDurationIterationContext ctx)
Exit a parse tree produced by thenumbersFromDurationIterationlabeled alternative inEfxParser.numericSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitNumbersFromDurationIterationin 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
-
enterDatesFromStringIteration
public void enterDatesFromStringIteration(EfxParser.DatesFromStringIterationContext ctx)
Enter a parse tree produced by thedatesFromStringIterationlabeled alternative inEfxParser.dateSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterDatesFromStringIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDatesFromStringIteration
public void exitDatesFromStringIteration(EfxParser.DatesFromStringIterationContext ctx)
Exit a parse tree produced by thedatesFromStringIterationlabeled alternative inEfxParser.dateSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitDatesFromStringIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDatesFromBooleanIteration
public void enterDatesFromBooleanIteration(EfxParser.DatesFromBooleanIterationContext ctx)
Enter a parse tree produced by thedatesFromBooleanIterationlabeled alternative inEfxParser.dateSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterDatesFromBooleanIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDatesFromBooleanIteration
public void exitDatesFromBooleanIteration(EfxParser.DatesFromBooleanIterationContext ctx)
Exit a parse tree produced by thedatesFromBooleanIterationlabeled alternative inEfxParser.dateSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitDatesFromBooleanIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDatesFromNumericIteration
public void enterDatesFromNumericIteration(EfxParser.DatesFromNumericIterationContext ctx)
Enter a parse tree produced by thedatesFromNumericIterationlabeled alternative inEfxParser.dateSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterDatesFromNumericIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDatesFromNumericIteration
public void exitDatesFromNumericIteration(EfxParser.DatesFromNumericIterationContext ctx)
Exit a parse tree produced by thedatesFromNumericIterationlabeled alternative inEfxParser.dateSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitDatesFromNumericIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDatesFromDateIteration
public void enterDatesFromDateIteration(EfxParser.DatesFromDateIterationContext ctx)
Enter a parse tree produced by thedatesFromDateIterationlabeled alternative inEfxParser.dateSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterDatesFromDateIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDatesFromDateIteration
public void exitDatesFromDateIteration(EfxParser.DatesFromDateIterationContext ctx)
Exit a parse tree produced by thedatesFromDateIterationlabeled alternative inEfxParser.dateSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitDatesFromDateIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDatesFromTimeIteration
public void enterDatesFromTimeIteration(EfxParser.DatesFromTimeIterationContext ctx)
Enter a parse tree produced by thedatesFromTimeIterationlabeled alternative inEfxParser.dateSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterDatesFromTimeIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDatesFromTimeIteration
public void exitDatesFromTimeIteration(EfxParser.DatesFromTimeIterationContext ctx)
Exit a parse tree produced by thedatesFromTimeIterationlabeled alternative inEfxParser.dateSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitDatesFromTimeIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDatesFromDurationIteration
public void enterDatesFromDurationIteration(EfxParser.DatesFromDurationIterationContext ctx)
Enter a parse tree produced by thedatesFromDurationIterationlabeled alternative inEfxParser.dateSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterDatesFromDurationIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDatesFromDurationIteration
public void exitDatesFromDurationIteration(EfxParser.DatesFromDurationIterationContext ctx)
Exit a parse tree produced by thedatesFromDurationIterationlabeled alternative inEfxParser.dateSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitDatesFromDurationIterationin 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
-
enterTimesFromStringIteration
public void enterTimesFromStringIteration(EfxParser.TimesFromStringIterationContext ctx)
Enter a parse tree produced by thetimesFromStringIterationlabeled alternative inEfxParser.timeSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterTimesFromStringIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTimesFromStringIteration
public void exitTimesFromStringIteration(EfxParser.TimesFromStringIterationContext ctx)
Exit a parse tree produced by thetimesFromStringIterationlabeled alternative inEfxParser.timeSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitTimesFromStringIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTimesFromBooleanIteration
public void enterTimesFromBooleanIteration(EfxParser.TimesFromBooleanIterationContext ctx)
Enter a parse tree produced by thetimesFromBooleanIterationlabeled alternative inEfxParser.timeSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterTimesFromBooleanIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTimesFromBooleanIteration
public void exitTimesFromBooleanIteration(EfxParser.TimesFromBooleanIterationContext ctx)
Exit a parse tree produced by thetimesFromBooleanIterationlabeled alternative inEfxParser.timeSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitTimesFromBooleanIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTimesFromNumericIteration
public void enterTimesFromNumericIteration(EfxParser.TimesFromNumericIterationContext ctx)
Enter a parse tree produced by thetimesFromNumericIterationlabeled alternative inEfxParser.timeSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterTimesFromNumericIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTimesFromNumericIteration
public void exitTimesFromNumericIteration(EfxParser.TimesFromNumericIterationContext ctx)
Exit a parse tree produced by thetimesFromNumericIterationlabeled alternative inEfxParser.timeSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitTimesFromNumericIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTimesFromDateIteration
public void enterTimesFromDateIteration(EfxParser.TimesFromDateIterationContext ctx)
Enter a parse tree produced by thetimesFromDateIterationlabeled alternative inEfxParser.timeSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterTimesFromDateIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTimesFromDateIteration
public void exitTimesFromDateIteration(EfxParser.TimesFromDateIterationContext ctx)
Exit a parse tree produced by thetimesFromDateIterationlabeled alternative inEfxParser.timeSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitTimesFromDateIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTimesFromTimeIteration
public void enterTimesFromTimeIteration(EfxParser.TimesFromTimeIterationContext ctx)
Enter a parse tree produced by thetimesFromTimeIterationlabeled alternative inEfxParser.timeSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterTimesFromTimeIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTimesFromTimeIteration
public void exitTimesFromTimeIteration(EfxParser.TimesFromTimeIterationContext ctx)
Exit a parse tree produced by thetimesFromTimeIterationlabeled alternative inEfxParser.timeSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitTimesFromTimeIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTimesFromDurationIteration
public void enterTimesFromDurationIteration(EfxParser.TimesFromDurationIterationContext ctx)
Enter a parse tree produced by thetimesFromDurationIterationlabeled alternative inEfxParser.timeSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterTimesFromDurationIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTimesFromDurationIteration
public void exitTimesFromDurationIteration(EfxParser.TimesFromDurationIterationContext ctx)
Exit a parse tree produced by thetimesFromDurationIterationlabeled alternative inEfxParser.timeSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitTimesFromDurationIterationin 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
-
enterDurationsFromStringIteration
public void enterDurationsFromStringIteration(EfxParser.DurationsFromStringIterationContext ctx)
Enter a parse tree produced by thedurationsFromStringIterationlabeled alternative inEfxParser.durationSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterDurationsFromStringIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationsFromStringIteration
public void exitDurationsFromStringIteration(EfxParser.DurationsFromStringIterationContext ctx)
Exit a parse tree produced by thedurationsFromStringIterationlabeled alternative inEfxParser.durationSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitDurationsFromStringIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDurationsFromBooleanIteration
public void enterDurationsFromBooleanIteration(EfxParser.DurationsFromBooleanIterationContext ctx)
Enter a parse tree produced by thedurationsFromBooleanIterationlabeled alternative inEfxParser.durationSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterDurationsFromBooleanIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationsFromBooleanIteration
public void exitDurationsFromBooleanIteration(EfxParser.DurationsFromBooleanIterationContext ctx)
Exit a parse tree produced by thedurationsFromBooleanIterationlabeled alternative inEfxParser.durationSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitDurationsFromBooleanIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDurationsFromNumericIteration
public void enterDurationsFromNumericIteration(EfxParser.DurationsFromNumericIterationContext ctx)
Enter a parse tree produced by thedurationsFromNumericIterationlabeled alternative inEfxParser.durationSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterDurationsFromNumericIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationsFromNumericIteration
public void exitDurationsFromNumericIteration(EfxParser.DurationsFromNumericIterationContext ctx)
Exit a parse tree produced by thedurationsFromNumericIterationlabeled alternative inEfxParser.durationSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitDurationsFromNumericIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDurationsFromDateIteration
public void enterDurationsFromDateIteration(EfxParser.DurationsFromDateIterationContext ctx)
Enter a parse tree produced by thedurationsFromDateIterationlabeled alternative inEfxParser.durationSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterDurationsFromDateIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationsFromDateIteration
public void exitDurationsFromDateIteration(EfxParser.DurationsFromDateIterationContext ctx)
Exit a parse tree produced by thedurationsFromDateIterationlabeled alternative inEfxParser.durationSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitDurationsFromDateIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDurationsFromTimeIteration
public void enterDurationsFromTimeIteration(EfxParser.DurationsFromTimeIterationContext ctx)
Enter a parse tree produced by thedurationsFromTimeIterationlabeled alternative inEfxParser.durationSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterDurationsFromTimeIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationsFromTimeIteration
public void exitDurationsFromTimeIteration(EfxParser.DurationsFromTimeIterationContext ctx)
Exit a parse tree produced by thedurationsFromTimeIterationlabeled alternative inEfxParser.durationSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitDurationsFromTimeIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDurationsFromDurationIteration
public void enterDurationsFromDurationIteration(EfxParser.DurationsFromDurationIterationContext ctx)
Enter a parse tree produced by thedurationsFromDurationIterationlabeled alternative inEfxParser.durationSequenceFromIteration().The default implementation does nothing.
- Specified by:
enterDurationsFromDurationIterationin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationsFromDurationIteration
public void exitDurationsFromDurationIteration(EfxParser.DurationsFromDurationIterationContext ctx)
Exit a parse tree produced by thedurationsFromDurationIterationlabeled alternative inEfxParser.durationSequenceFromIteration().The default implementation does nothing.
- Specified by:
exitDurationsFromDurationIterationin 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
-
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
-
enterUntypedVariable
public void enterUntypedVariable(EfxParser.UntypedVariableContext ctx)
Enter a parse tree produced byEfxParser.untypedVariable().The default implementation does nothing.
- Specified by:
enterUntypedVariablein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitUntypedVariable
public void exitUntypedVariable(EfxParser.UntypedVariableContext ctx)
Exit a parse tree produced byEfxParser.untypedVariable().The default implementation does nothing.
- Specified by:
exitUntypedVariablein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterUntypedFieldValueReference
public void enterUntypedFieldValueReference(EfxParser.UntypedFieldValueReferenceContext ctx)
Enter a parse tree produced by theuntypedFieldValueReferencelabeled alternative inEfxParser.fieldValueReference().The default implementation does nothing.
- Specified by:
enterUntypedFieldValueReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitUntypedFieldValueReference
public void exitUntypedFieldValueReference(EfxParser.UntypedFieldValueReferenceContext ctx)
Exit a parse tree produced by theuntypedFieldValueReferencelabeled alternative inEfxParser.fieldValueReference().The default implementation does nothing.
- Specified by:
exitUntypedFieldValueReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterUntypedAttributeValueReference
public void enterUntypedAttributeValueReference(EfxParser.UntypedAttributeValueReferenceContext ctx)
Enter a parse tree produced by theuntypedAttributeValueReferencelabeled alternative inEfxParser.fieldValueReference().The default implementation does nothing.
- Specified by:
enterUntypedAttributeValueReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitUntypedAttributeValueReference
public void exitUntypedAttributeValueReference(EfxParser.UntypedAttributeValueReferenceContext ctx)
Exit a parse tree produced by theuntypedAttributeValueReferencelabeled alternative inEfxParser.fieldValueReference().The default implementation does nothing.
- Specified by:
exitUntypedAttributeValueReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterUntypedFieldValueSequence
public void enterUntypedFieldValueSequence(EfxParser.UntypedFieldValueSequenceContext ctx)
Enter a parse tree produced by theuntypedFieldValueSequencelabeled alternative inEfxParser.untypedSequence().The default implementation does nothing.
- Specified by:
enterUntypedFieldValueSequencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitUntypedFieldValueSequence
public void exitUntypedFieldValueSequence(EfxParser.UntypedFieldValueSequenceContext ctx)
Exit a parse tree produced by theuntypedFieldValueSequencelabeled alternative inEfxParser.untypedSequence().The default implementation does nothing.
- Specified by:
exitUntypedFieldValueSequencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterUntypedAttributeValueSequence
public void enterUntypedAttributeValueSequence(EfxParser.UntypedAttributeValueSequenceContext ctx)
Enter a parse tree produced by theuntypedAttributeValueSequencelabeled alternative inEfxParser.untypedSequence().The default implementation does nothing.
- Specified by:
enterUntypedAttributeValueSequencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitUntypedAttributeValueSequence
public void exitUntypedAttributeValueSequence(EfxParser.UntypedAttributeValueSequenceContext ctx)
Exit a parse tree produced by theuntypedAttributeValueSequencelabeled alternative inEfxParser.untypedSequence().The default implementation does nothing.
- Specified by:
exitUntypedAttributeValueSequencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterPathExpression
public void enterPathExpression(EfxParser.PathExpressionContext ctx)
Enter a parse tree produced byEfxParser.pathExpression().The default implementation does nothing.
- Specified by:
enterPathExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitPathExpression
public void exitPathExpression(EfxParser.PathExpressionContext ctx)
Exit a parse tree produced byEfxParser.pathExpression().The default implementation does nothing.
- Specified by:
exitPathExpressionin 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
-
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
-
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
-
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
-
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
-
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
-
-