Class QDLParserBaseListener
- java.lang.Object
-
- org.qdl_lang.generated.QDLParserBaseListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,QDLParserListener
- Direct Known Subclasses:
QDLDebugListener
public class QDLParserBaseListener extends Object implements QDLParserListener
This class provides an empty implementation ofQDLParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description QDLParserBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterElements
public void enterElements(QDLParserParser.ElementsContext ctx)
Enter a parse tree produced byQDLParserParser.elements().The default implementation does nothing.
- Specified by:
enterElementsin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitElements
public void exitElements(QDLParserParser.ElementsContext ctx)
Exit a parse tree produced byQDLParserParser.elements().The default implementation does nothing.
- Specified by:
exitElementsin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterElement
public void enterElement(QDLParserParser.ElementContext ctx)
Enter a parse tree produced byQDLParserParser.element().The default implementation does nothing.
- Specified by:
enterElementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitElement
public void exitElement(QDLParserParser.ElementContext ctx)
Exit a parse tree produced byQDLParserParser.element().The default implementation does nothing.
- Specified by:
exitElementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterStatement
public void enterStatement(QDLParserParser.StatementContext ctx)
Enter a parse tree produced byQDLParserParser.statement().The default implementation does nothing.
- Specified by:
enterStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitStatement
public void exitStatement(QDLParserParser.StatementContext ctx)
Exit a parse tree produced byQDLParserParser.statement().The default implementation does nothing.
- Specified by:
exitStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterConditionalStatement
public void enterConditionalStatement(QDLParserParser.ConditionalStatementContext ctx)
Enter a parse tree produced byQDLParserParser.conditionalStatement().The default implementation does nothing.
- Specified by:
enterConditionalStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitConditionalStatement
public void exitConditionalStatement(QDLParserParser.ConditionalStatementContext ctx)
Exit a parse tree produced byQDLParserParser.conditionalStatement().The default implementation does nothing.
- Specified by:
exitConditionalStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterIfStatement
public void enterIfStatement(QDLParserParser.IfStatementContext ctx)
Enter a parse tree produced byQDLParserParser.ifStatement().The default implementation does nothing.
- Specified by:
enterIfStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitIfStatement
public void exitIfStatement(QDLParserParser.IfStatementContext ctx)
Exit a parse tree produced byQDLParserParser.ifStatement().The default implementation does nothing.
- Specified by:
exitIfStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterIfElseStatement
public void enterIfElseStatement(QDLParserParser.IfElseStatementContext ctx)
Enter a parse tree produced byQDLParserParser.ifElseStatement().The default implementation does nothing.
- Specified by:
enterIfElseStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitIfElseStatement
public void exitIfElseStatement(QDLParserParser.IfElseStatementContext ctx)
Exit a parse tree produced byQDLParserParser.ifElseStatement().The default implementation does nothing.
- Specified by:
exitIfElseStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterLoopStatement
public void enterLoopStatement(QDLParserParser.LoopStatementContext ctx)
Enter a parse tree produced byQDLParserParser.loopStatement().The default implementation does nothing.
- Specified by:
enterLoopStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitLoopStatement
public void exitLoopStatement(QDLParserParser.LoopStatementContext ctx)
Exit a parse tree produced byQDLParserParser.loopStatement().The default implementation does nothing.
- Specified by:
exitLoopStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterSwitchStatement
public void enterSwitchStatement(QDLParserParser.SwitchStatementContext ctx)
Enter a parse tree produced byQDLParserParser.switchStatement().The default implementation does nothing.
- Specified by:
enterSwitchStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitSwitchStatement
public void exitSwitchStatement(QDLParserParser.SwitchStatementContext ctx)
Exit a parse tree produced byQDLParserParser.switchStatement().The default implementation does nothing.
- Specified by:
exitSwitchStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterDefineStatement
public void enterDefineStatement(QDLParserParser.DefineStatementContext ctx)
Enter a parse tree produced byQDLParserParser.defineStatement().The default implementation does nothing.
- Specified by:
enterDefineStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitDefineStatement
public void exitDefineStatement(QDLParserParser.DefineStatementContext ctx)
Exit a parse tree produced byQDLParserParser.defineStatement().The default implementation does nothing.
- Specified by:
exitDefineStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterLambdaStatement
public void enterLambdaStatement(QDLParserParser.LambdaStatementContext ctx)
Enter a parse tree produced byQDLParserParser.lambdaStatement().The default implementation does nothing.
- Specified by:
enterLambdaStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitLambdaStatement
public void exitLambdaStatement(QDLParserParser.LambdaStatementContext ctx)
Exit a parse tree produced byQDLParserParser.lambdaStatement().The default implementation does nothing.
- Specified by:
exitLambdaStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterModuleStatement
public void enterModuleStatement(QDLParserParser.ModuleStatementContext ctx)
Enter a parse tree produced byQDLParserParser.moduleStatement().The default implementation does nothing.
- Specified by:
enterModuleStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitModuleStatement
public void exitModuleStatement(QDLParserParser.ModuleStatementContext ctx)
Exit a parse tree produced byQDLParserParser.moduleStatement().The default implementation does nothing.
- Specified by:
exitModuleStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterTryCatchStatement
public void enterTryCatchStatement(QDLParserParser.TryCatchStatementContext ctx)
Enter a parse tree produced byQDLParserParser.tryCatchStatement().The default implementation does nothing.
- Specified by:
enterTryCatchStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitTryCatchStatement
public void exitTryCatchStatement(QDLParserParser.TryCatchStatementContext ctx)
Exit a parse tree produced byQDLParserParser.tryCatchStatement().The default implementation does nothing.
- Specified by:
exitTryCatchStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterAssertStatement
public void enterAssertStatement(QDLParserParser.AssertStatementContext ctx)
Enter a parse tree produced byQDLParserParser.assertStatement().The default implementation does nothing.
- Specified by:
enterAssertStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitAssertStatement
public void exitAssertStatement(QDLParserParser.AssertStatementContext ctx)
Exit a parse tree produced byQDLParserParser.assertStatement().The default implementation does nothing.
- Specified by:
exitAssertStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterBlockStatement
public void enterBlockStatement(QDLParserParser.BlockStatementContext ctx)
Enter a parse tree produced byQDLParserParser.blockStatement().The default implementation does nothing.
- Specified by:
enterBlockStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitBlockStatement
public void exitBlockStatement(QDLParserParser.BlockStatementContext ctx)
Exit a parse tree produced byQDLParserParser.blockStatement().The default implementation does nothing.
- Specified by:
exitBlockStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterLocalStatement
public void enterLocalStatement(QDLParserParser.LocalStatementContext ctx)
Enter a parse tree produced byQDLParserParser.localStatement().The default implementation does nothing.
- Specified by:
enterLocalStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitLocalStatement
public void exitLocalStatement(QDLParserParser.LocalStatementContext ctx)
Exit a parse tree produced byQDLParserParser.localStatement().The default implementation does nothing.
- Specified by:
exitLocalStatementin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterAssertStatement2
public void enterAssertStatement2(QDLParserParser.AssertStatement2Context ctx)
Enter a parse tree produced byQDLParserParser.assertStatement2().The default implementation does nothing.
- Specified by:
enterAssertStatement2in interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitAssertStatement2
public void exitAssertStatement2(QDLParserParser.AssertStatement2Context ctx)
Exit a parse tree produced byQDLParserParser.assertStatement2().The default implementation does nothing.
- Specified by:
exitAssertStatement2in interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterStatementBlock
public void enterStatementBlock(QDLParserParser.StatementBlockContext ctx)
Enter a parse tree produced byQDLParserParser.statementBlock().The default implementation does nothing.
- Specified by:
enterStatementBlockin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitStatementBlock
public void exitStatementBlock(QDLParserParser.StatementBlockContext ctx)
Exit a parse tree produced byQDLParserParser.statementBlock().The default implementation does nothing.
- Specified by:
exitStatementBlockin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterDocStatementBlock
public void enterDocStatementBlock(QDLParserParser.DocStatementBlockContext ctx)
Enter a parse tree produced byQDLParserParser.docStatementBlock().The default implementation does nothing.
- Specified by:
enterDocStatementBlockin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitDocStatementBlock
public void exitDocStatementBlock(QDLParserParser.DocStatementBlockContext ctx)
Exit a parse tree produced byQDLParserParser.docStatementBlock().The default implementation does nothing.
- Specified by:
exitDocStatementBlockin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterExpressionBlock
public void enterExpressionBlock(QDLParserParser.ExpressionBlockContext ctx)
Enter a parse tree produced byQDLParserParser.expressionBlock().The default implementation does nothing.
- Specified by:
enterExpressionBlockin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitExpressionBlock
public void exitExpressionBlock(QDLParserParser.ExpressionBlockContext ctx)
Exit a parse tree produced byQDLParserParser.expressionBlock().The default implementation does nothing.
- Specified by:
exitExpressionBlockin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterConditionalBlock
public void enterConditionalBlock(QDLParserParser.ConditionalBlockContext ctx)
Enter a parse tree produced byQDLParserParser.conditionalBlock().The default implementation does nothing.
- Specified by:
enterConditionalBlockin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitConditionalBlock
public void exitConditionalBlock(QDLParserParser.ConditionalBlockContext ctx)
Exit a parse tree produced byQDLParserParser.conditionalBlock().The default implementation does nothing.
- Specified by:
exitConditionalBlockin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterFdoc
public void enterFdoc(QDLParserParser.FdocContext ctx)
Enter a parse tree produced byQDLParserParser.fdoc().The default implementation does nothing.
- Specified by:
enterFdocin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitFdoc
public void exitFdoc(QDLParserParser.FdocContext ctx)
Exit a parse tree produced byQDLParserParser.fdoc().The default implementation does nothing.
- Specified by:
exitFdocin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterIInterval
public void enterIInterval(QDLParserParser.IIntervalContext ctx)
Enter a parse tree produced byQDLParserParser.iInterval().The default implementation does nothing.
- Specified by:
enterIIntervalin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitIInterval
public void exitIInterval(QDLParserParser.IIntervalContext ctx)
Exit a parse tree produced byQDLParserParser.iInterval().The default implementation does nothing.
- Specified by:
exitIIntervalin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterRInterval
public void enterRInterval(QDLParserParser.RIntervalContext ctx)
Enter a parse tree produced byQDLParserParser.rInterval().The default implementation does nothing.
- Specified by:
enterRIntervalin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitRInterval
public void exitRInterval(QDLParserParser.RIntervalContext ctx)
Exit a parse tree produced byQDLParserParser.rInterval().The default implementation does nothing.
- Specified by:
exitRIntervalin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterSet
public void enterSet(QDLParserParser.SetContext ctx)
Enter a parse tree produced byQDLParserParser.set().The default implementation does nothing.
- Specified by:
enterSetin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitSet
public void exitSet(QDLParserParser.SetContext ctx)
Exit a parse tree produced byQDLParserParser.set().The default implementation does nothing.
- Specified by:
exitSetin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterStemVariable
public void enterStemVariable(QDLParserParser.StemVariableContext ctx)
Enter a parse tree produced byQDLParserParser.stemVariable().The default implementation does nothing.
- Specified by:
enterStemVariablein interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitStemVariable
public void exitStemVariable(QDLParserParser.StemVariableContext ctx)
Exit a parse tree produced byQDLParserParser.stemVariable().The default implementation does nothing.
- Specified by:
exitStemVariablein interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterStemEntry
public void enterStemEntry(QDLParserParser.StemEntryContext ctx)
Enter a parse tree produced byQDLParserParser.stemEntry().The default implementation does nothing.
- Specified by:
enterStemEntryin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitStemEntry
public void exitStemEntry(QDLParserParser.StemEntryContext ctx)
Exit a parse tree produced byQDLParserParser.stemEntry().The default implementation does nothing.
- Specified by:
exitStemEntryin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterStemList
public void enterStemList(QDLParserParser.StemListContext ctx)
Enter a parse tree produced byQDLParserParser.stemList().The default implementation does nothing.
- Specified by:
enterStemListin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitStemList
public void exitStemList(QDLParserParser.StemListContext ctx)
Exit a parse tree produced byQDLParserParser.stemList().The default implementation does nothing.
- Specified by:
exitStemListin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterStemValue
public void enterStemValue(QDLParserParser.StemValueContext ctx)
Enter a parse tree produced byQDLParserParser.stemValue().The default implementation does nothing.
- Specified by:
enterStemValuein interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitStemValue
public void exitStemValue(QDLParserParser.StemValueContext ctx)
Exit a parse tree produced byQDLParserParser.stemValue().The default implementation does nothing.
- Specified by:
exitStemValuein interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterFunction
public void enterFunction(QDLParserParser.FunctionContext ctx)
Enter a parse tree produced byQDLParserParser.function().The default implementation does nothing.
- Specified by:
enterFunctionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitFunction
public void exitFunction(QDLParserParser.FunctionContext ctx)
Exit a parse tree produced byQDLParserParser.function().The default implementation does nothing.
- Specified by:
exitFunctionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterOp_ref
public void enterOp_ref(QDLParserParser.Op_refContext ctx)
Enter a parse tree produced byQDLParserParser.op_ref().The default implementation does nothing.
- Specified by:
enterOp_refin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitOp_ref
public void exitOp_ref(QDLParserParser.Op_refContext ctx)
Exit a parse tree produced byQDLParserParser.op_ref().The default implementation does nothing.
- Specified by:
exitOp_refin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterF_args
public void enterF_args(QDLParserParser.F_argsContext ctx)
Enter a parse tree produced byQDLParserParser.f_args().The default implementation does nothing.
- Specified by:
enterF_argsin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitF_args
public void exitF_args(QDLParserParser.F_argsContext ctx)
Exit a parse tree produced byQDLParserParser.f_args().The default implementation does nothing.
- Specified by:
exitF_argsin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterMy_integer
public void enterMy_integer(QDLParserParser.My_integerContext ctx)
Enter a parse tree produced byQDLParserParser.my_integer().The default implementation does nothing.
- Specified by:
enterMy_integerin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitMy_integer
public void exitMy_integer(QDLParserParser.My_integerContext ctx)
Exit a parse tree produced byQDLParserParser.my_integer().The default implementation does nothing.
- Specified by:
exitMy_integerin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterFunctions
public void enterFunctions(QDLParserParser.FunctionsContext ctx)
Enter a parse tree produced by thefunctionslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterFunctionsin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitFunctions
public void exitFunctions(QDLParserParser.FunctionsContext ctx)
Exit a parse tree produced by thefunctionslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitFunctionsin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterUnaryApplyExpression
public void enterUnaryApplyExpression(QDLParserParser.UnaryApplyExpressionContext ctx)
Enter a parse tree produced by theunaryApplyExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterUnaryApplyExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitUnaryApplyExpression
public void exitUnaryApplyExpression(QDLParserParser.UnaryApplyExpressionContext ctx)
Exit a parse tree produced by theunaryApplyExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitUnaryApplyExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterKeywords
public void enterKeywords(QDLParserParser.KeywordsContext ctx)
Enter a parse tree produced by thekeywordslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterKeywordsin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitKeywords
public void exitKeywords(QDLParserParser.KeywordsContext ctx)
Exit a parse tree produced by thekeywordslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitKeywordsin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterPrefix
public void enterPrefix(QDLParserParser.PrefixContext ctx)
Enter a parse tree produced by theprefixlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterPrefixin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitPrefix
public void exitPrefix(QDLParserParser.PrefixContext ctx)
Exit a parse tree produced by theprefixlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitPrefixin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterTildeExpression
public void enterTildeExpression(QDLParserParser.TildeExpressionContext ctx)
Enter a parse tree produced by thetildeExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterTildeExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitTildeExpression
public void exitTildeExpression(QDLParserParser.TildeExpressionContext ctx)
Exit a parse tree produced by thetildeExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitTildeExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterNumbers
public void enterNumbers(QDLParserParser.NumbersContext ctx)
Enter a parse tree produced by thenumberslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterNumbersin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitNumbers
public void exitNumbers(QDLParserParser.NumbersContext ctx)
Exit a parse tree produced by thenumberslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitNumbersin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterSquartExpression
public void enterSquartExpression(QDLParserParser.SquartExpressionContext ctx)
Enter a parse tree produced by thesquartExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterSquartExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitSquartExpression
public void exitSquartExpression(QDLParserParser.SquartExpressionContext ctx)
Exit a parse tree produced by thesquartExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitSquartExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterNotExpression
public void enterNotExpression(QDLParserParser.NotExpressionContext ctx)
Enter a parse tree produced by thenotExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterNotExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitNotExpression
public void exitNotExpression(QDLParserParser.NotExpressionContext ctx)
Exit a parse tree produced by thenotExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitNotExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterMultiplyExpression
public void enterMultiplyExpression(QDLParserParser.MultiplyExpressionContext ctx)
Enter a parse tree produced by themultiplyExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterMultiplyExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitMultiplyExpression
public void exitMultiplyExpression(QDLParserParser.MultiplyExpressionContext ctx)
Exit a parse tree produced by themultiplyExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitMultiplyExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterAxis
public void enterAxis(QDLParserParser.AxisContext ctx)
Enter a parse tree produced by theaxislabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterAxisin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitAxis
public void exitAxis(QDLParserParser.AxisContext ctx)
Exit a parse tree produced by theaxislabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitAxisin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterFloorOrCeilingExpression
public void enterFloorOrCeilingExpression(QDLParserParser.FloorOrCeilingExpressionContext ctx)
Enter a parse tree produced by thefloorOrCeilingExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterFloorOrCeilingExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitFloorOrCeilingExpression
public void exitFloorOrCeilingExpression(QDLParserParser.FloorOrCeilingExpressionContext ctx)
Exit a parse tree produced by thefloorOrCeilingExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitFloorOrCeilingExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterIntegers
public void enterIntegers(QDLParserParser.IntegersContext ctx)
Enter a parse tree produced by theintegerslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterIntegersin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitIntegers
public void exitIntegers(QDLParserParser.IntegersContext ctx)
Exit a parse tree produced by theintegerslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitIntegersin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterEpsilon
public void enterEpsilon(QDLParserParser.EpsilonContext ctx)
Enter a parse tree produced by theepsilonlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterEpsilonin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitEpsilon
public void exitEpsilon(QDLParserParser.EpsilonContext ctx)
Exit a parse tree produced by theepsilonlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitEpsilonin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterSetThing
public void enterSetThing(QDLParserParser.SetThingContext ctx)
Enter a parse tree produced by thesetThinglabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterSetThingin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitSetThing
public void exitSetThing(QDLParserParser.SetThingContext ctx)
Exit a parse tree produced by thesetThinglabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitSetThingin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterFrefDyadicOps
public void enterFrefDyadicOps(QDLParserParser.FrefDyadicOpsContext ctx)
Enter a parse tree produced by thefrefDyadicOpslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterFrefDyadicOpsin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitFrefDyadicOps
public void exitFrefDyadicOps(QDLParserParser.FrefDyadicOpsContext ctx)
Exit a parse tree produced by thefrefDyadicOpslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitFrefDyadicOpsin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterCompExpression
public void enterCompExpression(QDLParserParser.CompExpressionContext ctx)
Enter a parse tree produced by thecompExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterCompExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitCompExpression
public void exitCompExpression(QDLParserParser.CompExpressionContext ctx)
Exit a parse tree produced by thecompExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitCompExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterIntersectionOrUnion
public void enterIntersectionOrUnion(QDLParserParser.IntersectionOrUnionContext ctx)
Enter a parse tree produced by theintersectionOrUnionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterIntersectionOrUnionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitIntersectionOrUnion
public void exitIntersectionOrUnion(QDLParserParser.IntersectionOrUnionContext ctx)
Exit a parse tree produced by theintersectionOrUnionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitIntersectionOrUnionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterModuleExpression
public void enterModuleExpression(QDLParserParser.ModuleExpressionContext ctx)
Enter a parse tree produced by themoduleExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterModuleExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitModuleExpression
public void exitModuleExpression(QDLParserParser.ModuleExpressionContext ctx)
Exit a parse tree produced by themoduleExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitModuleExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterOperatorReference
public void enterOperatorReference(QDLParserParser.OperatorReferenceContext ctx)
Enter a parse tree produced by theoperatorReferencelabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterOperatorReferencein interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitOperatorReference
public void exitOperatorReference(QDLParserParser.OperatorReferenceContext ctx)
Exit a parse tree produced by theoperatorReferencelabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitOperatorReferencein interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterDyadicFunctionRefernce
public void enterDyadicFunctionRefernce(QDLParserParser.DyadicFunctionRefernceContext ctx)
Enter a parse tree produced by thedyadicFunctionReferncelabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterDyadicFunctionReferncein interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitDyadicFunctionRefernce
public void exitDyadicFunctionRefernce(QDLParserParser.DyadicFunctionRefernceContext ctx)
Exit a parse tree produced by thedyadicFunctionReferncelabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitDyadicFunctionReferncein interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterDotOp2
public void enterDotOp2(QDLParserParser.DotOp2Context ctx)
Enter a parse tree produced by thedotOp2labeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterDotOp2in interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitDotOp2
public void exitDotOp2(QDLParserParser.DotOp2Context ctx)
Exit a parse tree produced by thedotOp2labeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitDotOp2in interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterLambdaDef
public void enterLambdaDef(QDLParserParser.LambdaDefContext ctx)
Enter a parse tree produced by thelambdaDeflabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterLambdaDefin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitLambdaDef
public void exitLambdaDef(QDLParserParser.LambdaDefContext ctx)
Exit a parse tree produced by thelambdaDeflabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitLambdaDefin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterNotTildeExpression
public void enterNotTildeExpression(QDLParserParser.NotTildeExpressionContext ctx)
Enter a parse tree produced by thenotTildeExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterNotTildeExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitNotTildeExpression
public void exitNotTildeExpression(QDLParserParser.NotTildeExpressionContext ctx)
Exit a parse tree produced by thenotTildeExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitNotTildeExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterContainsKey
public void enterContainsKey(QDLParserParser.ContainsKeyContext ctx)
Enter a parse tree produced by thecontainsKeylabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterContainsKeyin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitContainsKey
public void exitContainsKey(QDLParserParser.ContainsKeyContext ctx)
Exit a parse tree produced by thecontainsKeylabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitContainsKeyin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterStemDefaultValue
public void enterStemDefaultValue(QDLParserParser.StemDefaultValueContext ctx)
Enter a parse tree produced by thestemDefaultValuelabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterStemDefaultValuein interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitStemDefaultValue
public void exitStemDefaultValue(QDLParserParser.StemDefaultValueContext ctx)
Exit a parse tree produced by thestemDefaultValuelabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitStemDefaultValuein interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterSwitchExpression
public void enterSwitchExpression(QDLParserParser.SwitchExpressionContext ctx)
Enter a parse tree produced by theswitchExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterSwitchExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitSwitchExpression
public void exitSwitchExpression(QDLParserParser.SwitchExpressionContext ctx)
Exit a parse tree produced by theswitchExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitSwitchExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterAppliesOperator
public void enterAppliesOperator(QDLParserParser.AppliesOperatorContext ctx)
Enter a parse tree produced by theappliesOperatorlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterAppliesOperatorin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitAppliesOperator
public void exitAppliesOperator(QDLParserParser.AppliesOperatorContext ctx)
Exit a parse tree produced by theappliesOperatorlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitAppliesOperatorin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterRegexMatches
public void enterRegexMatches(QDLParserParser.RegexMatchesContext ctx)
Enter a parse tree produced by theregexMatcheslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterRegexMatchesin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitRegexMatches
public void exitRegexMatches(QDLParserParser.RegexMatchesContext ctx)
Exit a parse tree produced by theregexMatcheslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitRegexMatchesin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterAltIFExpression
public void enterAltIFExpression(QDLParserParser.AltIFExpressionContext ctx)
Enter a parse tree produced by thealtIFExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterAltIFExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitAltIFExpression
public void exitAltIFExpression(QDLParserParser.AltIFExpressionContext ctx)
Exit a parse tree produced by thealtIFExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitAltIFExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterPowerExpression
public void enterPowerExpression(QDLParserParser.PowerExpressionContext ctx)
Enter a parse tree produced by thepowerExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterPowerExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitPowerExpression
public void exitPowerExpression(QDLParserParser.PowerExpressionContext ctx)
Exit a parse tree produced by thepowerExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitPowerExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterEqExpression
public void enterEqExpression(QDLParserParser.EqExpressionContext ctx)
Enter a parse tree produced by theeqExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterEqExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitEqExpression
public void exitEqExpression(QDLParserParser.EqExpressionContext ctx)
Exit a parse tree produced by theeqExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitEqExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterExtract
public void enterExtract(QDLParserParser.ExtractContext ctx)
Enter a parse tree produced by theextractlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterExtractin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitExtract
public void exitExtract(QDLParserParser.ExtractContext ctx)
Exit a parse tree produced by theextractlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitExtractin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterNull
public void enterNull(QDLParserParser.NullContext ctx)
Enter a parse tree produced by thenulllabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterNullin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitNull
public void exitNull(QDLParserParser.NullContext ctx)
Exit a parse tree produced by thenulllabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitNullin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterAddExpression
public void enterAddExpression(QDLParserParser.AddExpressionContext ctx)
Enter a parse tree produced by theaddExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterAddExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitAddExpression
public void exitAddExpression(QDLParserParser.AddExpressionContext ctx)
Exit a parse tree produced by theaddExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitAddExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterIs_a
public void enterIs_a(QDLParserParser.Is_aContext ctx)
Enter a parse tree produced by theis_alabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterIs_ain interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitIs_a
public void exitIs_a(QDLParserParser.Is_aContext ctx)
Exit a parse tree produced by theis_alabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitIs_ain interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterStemVar
public void enterStemVar(QDLParserParser.StemVarContext ctx)
Enter a parse tree produced by thestemVarlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterStemVarin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitStemVar
public void exitStemVar(QDLParserParser.StemVarContext ctx)
Exit a parse tree produced by thestemVarlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitStemVarin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterDotOp
public void enterDotOp(QDLParserParser.DotOpContext ctx)
Enter a parse tree produced by thedotOplabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterDotOpin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitDotOp
public void exitDotOp(QDLParserParser.DotOpContext ctx)
Exit a parse tree produced by thedotOplabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitDotOpin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterIsDefinedDyadicExpression
public void enterIsDefinedDyadicExpression(QDLParserParser.IsDefinedDyadicExpressionContext ctx)
Enter a parse tree produced by theisDefinedDyadicExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterIsDefinedDyadicExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitIsDefinedDyadicExpression
public void exitIsDefinedDyadicExpression(QDLParserParser.IsDefinedDyadicExpressionContext ctx)
Exit a parse tree produced by theisDefinedDyadicExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitIsDefinedDyadicExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterForAll
public void enterForAll(QDLParserParser.ForAllContext ctx)
Enter a parse tree produced by theforAlllabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterForAllin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitForAll
public void exitForAll(QDLParserParser.ForAllContext ctx)
Exit a parse tree produced by theforAlllabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitForAllin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterExcise
public void enterExcise(QDLParserParser.ExciseContext ctx)
Enter a parse tree produced by theexciselabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterExcisein interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitExcise
public void exitExcise(QDLParserParser.ExciseContext ctx)
Exit a parse tree produced by theexciselabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitExcisein interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterAssociation
public void enterAssociation(QDLParserParser.AssociationContext ctx)
Enter a parse tree produced by theassociationlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterAssociationin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitAssociation
public void exitAssociation(QDLParserParser.AssociationContext ctx)
Exit a parse tree produced by theassociationlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitAssociationin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterAndExpression
public void enterAndExpression(QDLParserParser.AndExpressionContext ctx)
Enter a parse tree produced by theandExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterAndExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitAndExpression
public void exitAndExpression(QDLParserParser.AndExpressionContext ctx)
Exit a parse tree produced by theandExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitAndExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterStrings
public void enterStrings(QDLParserParser.StringsContext ctx)
Enter a parse tree produced by thestringslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterStringsin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitStrings
public void exitStrings(QDLParserParser.StringsContext ctx)
Exit a parse tree produced by thestringslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitStringsin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterUnaryTildeExpression
public void enterUnaryTildeExpression(QDLParserParser.UnaryTildeExpressionContext ctx)
Enter a parse tree produced by theunaryTildeExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterUnaryTildeExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitUnaryTildeExpression
public void exitUnaryTildeExpression(QDLParserParser.UnaryTildeExpressionContext ctx)
Exit a parse tree produced by theunaryTildeExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitUnaryTildeExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterPostfix
public void enterPostfix(QDLParserParser.PostfixContext ctx)
Enter a parse tree produced by thepostfixlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterPostfixin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitPostfix
public void exitPostfix(QDLParserParser.PostfixContext ctx)
Exit a parse tree produced by thepostfixlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitPostfixin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterRealInterval
public void enterRealInterval(QDLParserParser.RealIntervalContext ctx)
Enter a parse tree produced by therealIntervallabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterRealIntervalin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitRealInterval
public void exitRealInterval(QDLParserParser.RealIntervalContext ctx)
Exit a parse tree produced by therealIntervallabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitRealIntervalin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterTransposeOperator
public void enterTransposeOperator(QDLParserParser.TransposeOperatorContext ctx)
Enter a parse tree produced by thetransposeOperatorlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterTransposeOperatorin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitTransposeOperator
public void exitTransposeOperator(QDLParserParser.TransposeOperatorContext ctx)
Exit a parse tree produced by thetransposeOperatorlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitTransposeOperatorin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterVariables
public void enterVariables(QDLParserParser.VariablesContext ctx)
Enter a parse tree produced by thevariableslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterVariablesin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitVariables
public void exitVariables(QDLParserParser.VariablesContext ctx)
Exit a parse tree produced by thevariableslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitVariablesin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterAssignment
public void enterAssignment(QDLParserParser.AssignmentContext ctx)
Enter a parse tree produced by theassignmentlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterAssignmentin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitAssignment
public void exitAssignment(QDLParserParser.AssignmentContext ctx)
Exit a parse tree produced by theassignmentlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitAssignmentin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterStemLi
public void enterStemLi(QDLParserParser.StemLiContext ctx)
Enter a parse tree produced by thestemLilabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterStemLiin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitStemLi
public void exitStemLi(QDLParserParser.StemLiContext ctx)
Exit a parse tree produced by thestemLilabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitStemLiin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterIntInterval
public void enterIntInterval(QDLParserParser.IntIntervalContext ctx)
Enter a parse tree produced by theintIntervallabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterIntIntervalin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitIntInterval
public void exitIntInterval(QDLParserParser.IntIntervalContext ctx)
Exit a parse tree produced by theintIntervallabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitIntIntervalin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterLogical
public void enterLogical(QDLParserParser.LogicalContext ctx)
Enter a parse tree produced by thelogicallabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterLogicalin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitLogical
public void exitLogical(QDLParserParser.LogicalContext ctx)
Exit a parse tree produced by thelogicallabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitLogicalin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterOrExpression
public void enterOrExpression(QDLParserParser.OrExpressionContext ctx)
Enter a parse tree produced by theorExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterOrExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitOrExpression
public void exitOrExpression(QDLParserParser.OrExpressionContext ctx)
Exit a parse tree produced by theorExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitOrExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterToSet
public void enterToSet(QDLParserParser.ToSetContext ctx)
Enter a parse tree produced by thetoSetlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterToSetin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitToSet
public void exitToSet(QDLParserParser.ToSetContext ctx)
Exit a parse tree produced by thetoSetlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitToSetin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterUnaryMinusExpression
public void enterUnaryMinusExpression(QDLParserParser.UnaryMinusExpressionContext ctx)
Enter a parse tree produced by theunaryMinusExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterUnaryMinusExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitUnaryMinusExpression
public void exitUnaryMinusExpression(QDLParserParser.UnaryMinusExpressionContext ctx)
Exit a parse tree produced by theunaryMinusExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitUnaryMinusExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterFunctionReference
public void enterFunctionReference(QDLParserParser.FunctionReferenceContext ctx)
Enter a parse tree produced by thefunctionReferencelabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterFunctionReferencein interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitFunctionReference
public void exitFunctionReference(QDLParserParser.FunctionReferenceContext ctx)
Exit a parse tree produced by thefunctionReferencelabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitFunctionReferencein interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterUnaryTransposeExpression
public void enterUnaryTransposeExpression(QDLParserParser.UnaryTransposeExpressionContext ctx)
Enter a parse tree produced by theunaryTransposeExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterUnaryTransposeExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitUnaryTransposeExpression
public void exitUnaryTransposeExpression(QDLParserParser.UnaryTransposeExpressionContext ctx)
Exit a parse tree produced by theunaryTransposeExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitUnaryTransposeExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterIsDefinedExpression
public void enterIsDefinedExpression(QDLParserParser.IsDefinedExpressionContext ctx)
Enter a parse tree produced by theisDefinedExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterIsDefinedExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitIsDefinedExpression
public void exitIsDefinedExpression(QDLParserParser.IsDefinedExpressionContext ctx)
Exit a parse tree produced by theisDefinedExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitIsDefinedExpressionin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterDecimalNumber2
public void enterDecimalNumber2(QDLParserParser.DecimalNumber2Context ctx)
Enter a parse tree produced by thedecimalNumber2labeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterDecimalNumber2in interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitDecimalNumber2
public void exitDecimalNumber2(QDLParserParser.DecimalNumber2Context ctx)
Exit a parse tree produced by thedecimalNumber2labeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitDecimalNumber2in interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterExtract2
public void enterExtract2(QDLParserParser.Extract2Context ctx)
Enter a parse tree produced by theextract2labeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterExtract2in interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitExtract2
public void exitExtract2(QDLParserParser.Extract2Context ctx)
Exit a parse tree produced by theextract2labeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitExtract2in interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterExtract3
public void enterExtract3(QDLParserParser.Extract3Context ctx)
Enter a parse tree produced by theextract3labeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterExtract3in interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitExtract3
public void exitExtract3(QDLParserParser.Extract3Context ctx)
Exit a parse tree produced by theextract3labeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitExtract3in interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterExtract4
public void enterExtract4(QDLParserParser.Extract4Context ctx)
Enter a parse tree produced by theextract4labeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterExtract4in interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitExtract4
public void exitExtract4(QDLParserParser.Extract4Context ctx)
Exit a parse tree produced by theextract4labeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitExtract4in interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterExpressionDyadicOps
public void enterExpressionDyadicOps(QDLParserParser.ExpressionDyadicOpsContext ctx)
Enter a parse tree produced by theexpressionDyadicOpslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterExpressionDyadicOpsin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitExpressionDyadicOps
public void exitExpressionDyadicOps(QDLParserParser.ExpressionDyadicOpsContext ctx)
Exit a parse tree produced by theexpressionDyadicOpslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitExpressionDyadicOpsin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterVariable
public void enterVariable(QDLParserParser.VariableContext ctx)
Enter a parse tree produced byQDLParserParser.variable().The default implementation does nothing.
- Specified by:
enterVariablein interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitVariable
public void exitVariable(QDLParserParser.VariableContext ctx)
Exit a parse tree produced byQDLParserParser.variable().The default implementation does nothing.
- Specified by:
exitVariablein interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterNumber
public void enterNumber(QDLParserParser.NumberContext ctx)
Enter a parse tree produced byQDLParserParser.number().The default implementation does nothing.
- Specified by:
enterNumberin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitNumber
public void exitNumber(QDLParserParser.NumberContext ctx)
Exit a parse tree produced byQDLParserParser.number().The default implementation does nothing.
- Specified by:
exitNumberin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterInteger
public void enterInteger(QDLParserParser.IntegerContext ctx)
Enter a parse tree produced byQDLParserParser.integer().The default implementation does nothing.
- Specified by:
enterIntegerin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitInteger
public void exitInteger(QDLParserParser.IntegerContext ctx)
Exit a parse tree produced byQDLParserParser.integer().The default implementation does nothing.
- Specified by:
exitIntegerin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
enterKeyword
public void enterKeyword(QDLParserParser.KeywordContext ctx)
Enter a parse tree produced byQDLParserParser.keyword().The default implementation does nothing.
- Specified by:
enterKeywordin interfaceQDLParserListener- Parameters:
ctx- the parse tree
-
exitKeyword
public void exitKeyword(QDLParserParser.KeywordContext ctx)
Exit a parse tree produced byQDLParserParser.keyword().The default implementation does nothing.
- Specified by:
exitKeywordin interfaceQDLParserListener- 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
-
-