Class EfxBaseListener
- java.lang.Object
-
- eu.europa.ted.efx.sdk0.v6.EfxBaseListener
-
- All Implemented Interfaces:
EfxListener,org.antlr.v4.runtime.tree.ParseTreeListener
- Direct Known Subclasses:
EfxExpressionTranslator06
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
-
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
-
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
-
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
-
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
-
enterBooleanReferenceExpression
public void enterBooleanReferenceExpression(EfxParser.BooleanReferenceExpressionContext ctx)
Enter a parse tree produced by thebooleanReferenceExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterBooleanReferenceExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitBooleanReferenceExpression
public void exitBooleanReferenceExpression(EfxParser.BooleanReferenceExpressionContext ctx)
Exit a parse tree produced by thebooleanReferenceExpressionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitBooleanReferenceExpressionin 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
-
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
-
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
-
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
-
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
-
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
-
enterInListCondition
public void enterInListCondition(EfxParser.InListConditionContext ctx)
Enter a parse tree produced by theinListConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
enterInListConditionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitInListCondition
public void exitInListCondition(EfxParser.InListConditionContext ctx)
Exit a parse tree produced by theinListConditionlabeled alternative inEfxParser.booleanExpression().The default implementation does nothing.
- Specified by:
exitInListConditionin 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
-
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
-
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
-
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
-
enterNumericReferenceExpression
public void enterNumericReferenceExpression(EfxParser.NumericReferenceExpressionContext ctx)
Enter a parse tree produced by thenumericReferenceExpressionlabeled alternative inEfxParser.numericExpression().The default implementation does nothing.
- Specified by:
enterNumericReferenceExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitNumericReferenceExpression
public void exitNumericReferenceExpression(EfxParser.NumericReferenceExpressionContext ctx)
Exit a parse tree produced by thenumericReferenceExpressionlabeled alternative inEfxParser.numericExpression().The default implementation does nothing.
- Specified by:
exitNumericReferenceExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterStringExpression
public void enterStringExpression(EfxParser.StringExpressionContext ctx)
Enter a parse tree produced byEfxParser.stringExpression().The default implementation does nothing.
- Specified by:
enterStringExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitStringExpression
public void exitStringExpression(EfxParser.StringExpressionContext ctx)
Exit a parse tree produced byEfxParser.stringExpression().The default implementation does nothing.
- Specified by:
exitStringExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterDateExpression
public void enterDateExpression(EfxParser.DateExpressionContext ctx)
Enter a parse tree produced byEfxParser.dateExpression().The default implementation does nothing.
- Specified by:
enterDateExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDateExpression
public void exitDateExpression(EfxParser.DateExpressionContext ctx)
Exit a parse tree produced byEfxParser.dateExpression().The default implementation does nothing.
- Specified by:
exitDateExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterTimeExpression
public void enterTimeExpression(EfxParser.TimeExpressionContext ctx)
Enter a parse tree produced byEfxParser.timeExpression().The default implementation does nothing.
- Specified by:
enterTimeExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitTimeExpression
public void exitTimeExpression(EfxParser.TimeExpressionContext ctx)
Exit a parse tree produced byEfxParser.timeExpression().The default implementation does nothing.
- Specified by:
exitTimeExpressionin 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
-
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
-
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
-
enterDurationReferenceExpression
public void enterDurationReferenceExpression(EfxParser.DurationReferenceExpressionContext ctx)
Enter a parse tree produced by thedurationReferenceExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
enterDurationReferenceExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitDurationReferenceExpression
public void exitDurationReferenceExpression(EfxParser.DurationReferenceExpressionContext ctx)
Exit a parse tree produced by thedurationReferenceExpressionlabeled alternative inEfxParser.durationExpression().The default implementation does nothing.
- Specified by:
exitDurationReferenceExpressionin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterExplicitList
public void enterExplicitList(EfxParser.ExplicitListContext ctx)
Enter a parse tree produced by theexplicitListlabeled alternative inEfxParser.list().The default implementation does nothing.
- Specified by:
enterExplicitListin interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitExplicitList
public void exitExplicitList(EfxParser.ExplicitListContext ctx)
Exit a parse tree produced by theexplicitListlabeled alternative inEfxParser.list().The default implementation does nothing.
- Specified by:
exitExplicitListin interfaceEfxListener- Parameters:
ctx- the parse tree
-
enterCodeList
public void enterCodeList(EfxParser.CodeListContext ctx)
Enter a parse tree produced by thecodeListlabeled alternative inEfxParser.list().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.list().The default implementation does nothing.
- Specified by:
exitCodeListin 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
-
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
-
enterSetReference
public void enterSetReference(EfxParser.SetReferenceContext ctx)
Enter a parse tree produced byEfxParser.setReference().The default implementation does nothing.
- Specified by:
enterSetReferencein interfaceEfxListener- Parameters:
ctx- the parse tree
-
exitSetReference
public void exitSetReference(EfxParser.SetReferenceContext ctx)
Exit a parse tree produced byEfxParser.setReference().The default implementation does nothing.
- Specified by:
exitSetReferencein 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
-
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
-
-