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:
enterElements
in 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:
exitElements
in 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:
enterElement
in 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:
exitElement
in 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:
enterStatement
in 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:
exitStatement
in 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:
enterConditionalStatement
in 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:
exitConditionalStatement
in 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:
enterIfStatement
in 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:
exitIfStatement
in 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:
enterIfElseStatement
in 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:
exitIfElseStatement
in 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:
enterLoopStatement
in 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:
exitLoopStatement
in 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:
enterSwitchStatement
in 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:
exitSwitchStatement
in 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:
enterDefineStatement
in 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:
exitDefineStatement
in 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:
enterLambdaStatement
in 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:
exitLambdaStatement
in 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:
enterModuleStatement
in 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:
exitModuleStatement
in 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:
enterTryCatchStatement
in 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:
exitTryCatchStatement
in 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:
enterAssertStatement
in 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:
exitAssertStatement
in 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:
enterBlockStatement
in 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:
exitBlockStatement
in 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:
enterLocalStatement
in 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:
exitLocalStatement
in 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:
enterAssertStatement2
in 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:
exitAssertStatement2
in 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:
enterStatementBlock
in 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:
exitStatementBlock
in 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:
enterDocStatementBlock
in 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:
exitDocStatementBlock
in 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:
enterExpressionBlock
in 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:
exitExpressionBlock
in 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:
enterConditionalBlock
in 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:
exitConditionalBlock
in 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:
enterFdoc
in 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:
exitFdoc
in 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:
enterIInterval
in 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:
exitIInterval
in 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:
enterRInterval
in 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:
exitRInterval
in 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:
enterSet
in 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:
exitSet
in 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:
enterStemVariable
in 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:
exitStemVariable
in 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:
enterStemEntry
in 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:
exitStemEntry
in 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:
enterStemList
in 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:
exitStemList
in 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:
enterStemValue
in 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:
exitStemValue
in 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:
enterFunction
in 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:
exitFunction
in 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_ref
in 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_ref
in 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_args
in 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_args
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterFunctions
public void enterFunctions(QDLParserParser.FunctionsContext ctx)
Enter a parse tree produced by thefunctions
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterFunctions
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitFunctions
public void exitFunctions(QDLParserParser.FunctionsContext ctx)
Exit a parse tree produced by thefunctions
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitFunctions
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterUnaryApplyExpression
public void enterUnaryApplyExpression(QDLParserParser.UnaryApplyExpressionContext ctx)
Enter a parse tree produced by theunaryApplyExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterUnaryApplyExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitUnaryApplyExpression
public void exitUnaryApplyExpression(QDLParserParser.UnaryApplyExpressionContext ctx)
Exit a parse tree produced by theunaryApplyExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitUnaryApplyExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterKeywords
public void enterKeywords(QDLParserParser.KeywordsContext ctx)
Enter a parse tree produced by thekeywords
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterKeywords
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitKeywords
public void exitKeywords(QDLParserParser.KeywordsContext ctx)
Exit a parse tree produced by thekeywords
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitKeywords
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterPrefix
public void enterPrefix(QDLParserParser.PrefixContext ctx)
Enter a parse tree produced by theprefix
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterPrefix
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitPrefix
public void exitPrefix(QDLParserParser.PrefixContext ctx)
Exit a parse tree produced by theprefix
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitPrefix
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterTildeExpression
public void enterTildeExpression(QDLParserParser.TildeExpressionContext ctx)
Enter a parse tree produced by thetildeExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterTildeExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitTildeExpression
public void exitTildeExpression(QDLParserParser.TildeExpressionContext ctx)
Exit a parse tree produced by thetildeExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitTildeExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterNumbers
public void enterNumbers(QDLParserParser.NumbersContext ctx)
Enter a parse tree produced by thenumbers
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterNumbers
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitNumbers
public void exitNumbers(QDLParserParser.NumbersContext ctx)
Exit a parse tree produced by thenumbers
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitNumbers
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterNotExpression
public void enterNotExpression(QDLParserParser.NotExpressionContext ctx)
Enter a parse tree produced by thenotExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterNotExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitNotExpression
public void exitNotExpression(QDLParserParser.NotExpressionContext ctx)
Exit a parse tree produced by thenotExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitNotExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterMultiplyExpression
public void enterMultiplyExpression(QDLParserParser.MultiplyExpressionContext ctx)
Enter a parse tree produced by themultiplyExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterMultiplyExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitMultiplyExpression
public void exitMultiplyExpression(QDLParserParser.MultiplyExpressionContext ctx)
Exit a parse tree produced by themultiplyExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitMultiplyExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterFloorOrCeilingExpression
public void enterFloorOrCeilingExpression(QDLParserParser.FloorOrCeilingExpressionContext ctx)
Enter a parse tree produced by thefloorOrCeilingExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterFloorOrCeilingExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitFloorOrCeilingExpression
public void exitFloorOrCeilingExpression(QDLParserParser.FloorOrCeilingExpressionContext ctx)
Exit a parse tree produced by thefloorOrCeilingExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitFloorOrCeilingExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterIntegers
public void enterIntegers(QDLParserParser.IntegersContext ctx)
Enter a parse tree produced by theintegers
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterIntegers
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitIntegers
public void exitIntegers(QDLParserParser.IntegersContext ctx)
Exit a parse tree produced by theintegers
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitIntegers
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterEpsilon
public void enterEpsilon(QDLParserParser.EpsilonContext ctx)
Enter a parse tree produced by theepsilon
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterEpsilon
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitEpsilon
public void exitEpsilon(QDLParserParser.EpsilonContext ctx)
Exit a parse tree produced by theepsilon
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitEpsilon
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterSetThing
public void enterSetThing(QDLParserParser.SetThingContext ctx)
Enter a parse tree produced by thesetThing
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterSetThing
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitSetThing
public void exitSetThing(QDLParserParser.SetThingContext ctx)
Exit a parse tree produced by thesetThing
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitSetThing
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterFrefDyadicOps
public void enterFrefDyadicOps(QDLParserParser.FrefDyadicOpsContext ctx)
Enter a parse tree produced by thefrefDyadicOps
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterFrefDyadicOps
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitFrefDyadicOps
public void exitFrefDyadicOps(QDLParserParser.FrefDyadicOpsContext ctx)
Exit a parse tree produced by thefrefDyadicOps
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitFrefDyadicOps
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterCompExpression
public void enterCompExpression(QDLParserParser.CompExpressionContext ctx)
Enter a parse tree produced by thecompExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterCompExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitCompExpression
public void exitCompExpression(QDLParserParser.CompExpressionContext ctx)
Exit a parse tree produced by thecompExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitCompExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterIntersectionOrUnion
public void enterIntersectionOrUnion(QDLParserParser.IntersectionOrUnionContext ctx)
Enter a parse tree produced by theintersectionOrUnion
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterIntersectionOrUnion
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitIntersectionOrUnion
public void exitIntersectionOrUnion(QDLParserParser.IntersectionOrUnionContext ctx)
Exit a parse tree produced by theintersectionOrUnion
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitIntersectionOrUnion
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterModuleExpression
public void enterModuleExpression(QDLParserParser.ModuleExpressionContext ctx)
Enter a parse tree produced by themoduleExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterModuleExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitModuleExpression
public void exitModuleExpression(QDLParserParser.ModuleExpressionContext ctx)
Exit a parse tree produced by themoduleExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitModuleExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterOperatorReference
public void enterOperatorReference(QDLParserParser.OperatorReferenceContext ctx)
Enter a parse tree produced by theoperatorReference
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterOperatorReference
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitOperatorReference
public void exitOperatorReference(QDLParserParser.OperatorReferenceContext ctx)
Exit a parse tree produced by theoperatorReference
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitOperatorReference
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterDyadicFunctionRefernce
public void enterDyadicFunctionRefernce(QDLParserParser.DyadicFunctionRefernceContext ctx)
Enter a parse tree produced by thedyadicFunctionRefernce
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterDyadicFunctionRefernce
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitDyadicFunctionRefernce
public void exitDyadicFunctionRefernce(QDLParserParser.DyadicFunctionRefernceContext ctx)
Exit a parse tree produced by thedyadicFunctionRefernce
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitDyadicFunctionRefernce
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterDotOp2
public void enterDotOp2(QDLParserParser.DotOp2Context ctx)
Enter a parse tree produced by thedotOp2
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterDotOp2
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitDotOp2
public void exitDotOp2(QDLParserParser.DotOp2Context ctx)
Exit a parse tree produced by thedotOp2
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitDotOp2
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterLambdaDef
public void enterLambdaDef(QDLParserParser.LambdaDefContext ctx)
Enter a parse tree produced by thelambdaDef
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterLambdaDef
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitLambdaDef
public void exitLambdaDef(QDLParserParser.LambdaDefContext ctx)
Exit a parse tree produced by thelambdaDef
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitLambdaDef
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterContainsKey
public void enterContainsKey(QDLParserParser.ContainsKeyContext ctx)
Enter a parse tree produced by thecontainsKey
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterContainsKey
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitContainsKey
public void exitContainsKey(QDLParserParser.ContainsKeyContext ctx)
Exit a parse tree produced by thecontainsKey
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitContainsKey
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterSwitchExpression
public void enterSwitchExpression(QDLParserParser.SwitchExpressionContext ctx)
Enter a parse tree produced by theswitchExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterSwitchExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitSwitchExpression
public void exitSwitchExpression(QDLParserParser.SwitchExpressionContext ctx)
Exit a parse tree produced by theswitchExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitSwitchExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterAppliesOperator
public void enterAppliesOperator(QDLParserParser.AppliesOperatorContext ctx)
Enter a parse tree produced by theappliesOperator
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterAppliesOperator
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitAppliesOperator
public void exitAppliesOperator(QDLParserParser.AppliesOperatorContext ctx)
Exit a parse tree produced by theappliesOperator
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitAppliesOperator
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterRegexMatches
public void enterRegexMatches(QDLParserParser.RegexMatchesContext ctx)
Enter a parse tree produced by theregexMatches
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterRegexMatches
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitRegexMatches
public void exitRegexMatches(QDLParserParser.RegexMatchesContext ctx)
Exit a parse tree produced by theregexMatches
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitRegexMatches
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterAltIFExpression
public void enterAltIFExpression(QDLParserParser.AltIFExpressionContext ctx)
Enter a parse tree produced by thealtIFExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterAltIFExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitAltIFExpression
public void exitAltIFExpression(QDLParserParser.AltIFExpressionContext ctx)
Exit a parse tree produced by thealtIFExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitAltIFExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterPowerExpression
public void enterPowerExpression(QDLParserParser.PowerExpressionContext ctx)
Enter a parse tree produced by thepowerExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterPowerExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitPowerExpression
public void exitPowerExpression(QDLParserParser.PowerExpressionContext ctx)
Exit a parse tree produced by thepowerExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitPowerExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterEqExpression
public void enterEqExpression(QDLParserParser.EqExpressionContext ctx)
Enter a parse tree produced by theeqExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterEqExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitEqExpression
public void exitEqExpression(QDLParserParser.EqExpressionContext ctx)
Exit a parse tree produced by theeqExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitEqExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterExtract
public void enterExtract(QDLParserParser.ExtractContext ctx)
Enter a parse tree produced by theextract
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterExtract
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitExtract
public void exitExtract(QDLParserParser.ExtractContext ctx)
Exit a parse tree produced by theextract
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitExtract
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterNull
public void enterNull(QDLParserParser.NullContext ctx)
Enter a parse tree produced by thenull
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterNull
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitNull
public void exitNull(QDLParserParser.NullContext ctx)
Exit a parse tree produced by thenull
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitNull
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterAddExpression
public void enterAddExpression(QDLParserParser.AddExpressionContext ctx)
Enter a parse tree produced by theaddExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterAddExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitAddExpression
public void exitAddExpression(QDLParserParser.AddExpressionContext ctx)
Exit a parse tree produced by theaddExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitAddExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterIs_a
public void enterIs_a(QDLParserParser.Is_aContext ctx)
Enter a parse tree produced by theis_a
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterIs_a
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitIs_a
public void exitIs_a(QDLParserParser.Is_aContext ctx)
Exit a parse tree produced by theis_a
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitIs_a
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterStemVar
public void enterStemVar(QDLParserParser.StemVarContext ctx)
Enter a parse tree produced by thestemVar
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterStemVar
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitStemVar
public void exitStemVar(QDLParserParser.StemVarContext ctx)
Exit a parse tree produced by thestemVar
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitStemVar
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterDotOp
public void enterDotOp(QDLParserParser.DotOpContext ctx)
Enter a parse tree produced by thedotOp
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterDotOp
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitDotOp
public void exitDotOp(QDLParserParser.DotOpContext ctx)
Exit a parse tree produced by thedotOp
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitDotOp
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterIsDefinedDyadicExpression
public void enterIsDefinedDyadicExpression(QDLParserParser.IsDefinedDyadicExpressionContext ctx)
Enter a parse tree produced by theisDefinedDyadicExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterIsDefinedDyadicExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitIsDefinedDyadicExpression
public void exitIsDefinedDyadicExpression(QDLParserParser.IsDefinedDyadicExpressionContext ctx)
Exit a parse tree produced by theisDefinedDyadicExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitIsDefinedDyadicExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterForAll
public void enterForAll(QDLParserParser.ForAllContext ctx)
Enter a parse tree produced by theforAll
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterForAll
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitForAll
public void exitForAll(QDLParserParser.ForAllContext ctx)
Exit a parse tree produced by theforAll
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitForAll
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterAssociation
public void enterAssociation(QDLParserParser.AssociationContext ctx)
Enter a parse tree produced by theassociation
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterAssociation
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitAssociation
public void exitAssociation(QDLParserParser.AssociationContext ctx)
Exit a parse tree produced by theassociation
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitAssociation
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterAndExpression
public void enterAndExpression(QDLParserParser.AndExpressionContext ctx)
Enter a parse tree produced by theandExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterAndExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitAndExpression
public void exitAndExpression(QDLParserParser.AndExpressionContext ctx)
Exit a parse tree produced by theandExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitAndExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterStrings
public void enterStrings(QDLParserParser.StringsContext ctx)
Enter a parse tree produced by thestrings
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterStrings
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitStrings
public void exitStrings(QDLParserParser.StringsContext ctx)
Exit a parse tree produced by thestrings
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitStrings
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterUnaryTildeExpression
public void enterUnaryTildeExpression(QDLParserParser.UnaryTildeExpressionContext ctx)
Enter a parse tree produced by theunaryTildeExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterUnaryTildeExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitUnaryTildeExpression
public void exitUnaryTildeExpression(QDLParserParser.UnaryTildeExpressionContext ctx)
Exit a parse tree produced by theunaryTildeExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitUnaryTildeExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterPostfix
public void enterPostfix(QDLParserParser.PostfixContext ctx)
Enter a parse tree produced by thepostfix
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterPostfix
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitPostfix
public void exitPostfix(QDLParserParser.PostfixContext ctx)
Exit a parse tree produced by thepostfix
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitPostfix
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterRealInterval
public void enterRealInterval(QDLParserParser.RealIntervalContext ctx)
Enter a parse tree produced by therealInterval
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterRealInterval
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitRealInterval
public void exitRealInterval(QDLParserParser.RealIntervalContext ctx)
Exit a parse tree produced by therealInterval
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitRealInterval
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterTransposeOperator
public void enterTransposeOperator(QDLParserParser.TransposeOperatorContext ctx)
Enter a parse tree produced by thetransposeOperator
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterTransposeOperator
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitTransposeOperator
public void exitTransposeOperator(QDLParserParser.TransposeOperatorContext ctx)
Exit a parse tree produced by thetransposeOperator
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitTransposeOperator
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterVariables
public void enterVariables(QDLParserParser.VariablesContext ctx)
Enter a parse tree produced by thevariables
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterVariables
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitVariables
public void exitVariables(QDLParserParser.VariablesContext ctx)
Exit a parse tree produced by thevariables
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitVariables
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterAssignment
public void enterAssignment(QDLParserParser.AssignmentContext ctx)
Enter a parse tree produced by theassignment
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterAssignment
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitAssignment
public void exitAssignment(QDLParserParser.AssignmentContext ctx)
Exit a parse tree produced by theassignment
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitAssignment
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterStemLi
public void enterStemLi(QDLParserParser.StemLiContext ctx)
Enter a parse tree produced by thestemLi
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterStemLi
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitStemLi
public void exitStemLi(QDLParserParser.StemLiContext ctx)
Exit a parse tree produced by thestemLi
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitStemLi
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterIntInterval
public void enterIntInterval(QDLParserParser.IntIntervalContext ctx)
Enter a parse tree produced by theintInterval
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterIntInterval
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitIntInterval
public void exitIntInterval(QDLParserParser.IntIntervalContext ctx)
Exit a parse tree produced by theintInterval
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitIntInterval
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterLogical
public void enterLogical(QDLParserParser.LogicalContext ctx)
Enter a parse tree produced by thelogical
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterLogical
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitLogical
public void exitLogical(QDLParserParser.LogicalContext ctx)
Exit a parse tree produced by thelogical
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitLogical
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterOrExpression
public void enterOrExpression(QDLParserParser.OrExpressionContext ctx)
Enter a parse tree produced by theorExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterOrExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitOrExpression
public void exitOrExpression(QDLParserParser.OrExpressionContext ctx)
Exit a parse tree produced by theorExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitOrExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterToSet
public void enterToSet(QDLParserParser.ToSetContext ctx)
Enter a parse tree produced by thetoSet
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterToSet
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitToSet
public void exitToSet(QDLParserParser.ToSetContext ctx)
Exit a parse tree produced by thetoSet
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitToSet
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterUnaryMinusExpression
public void enterUnaryMinusExpression(QDLParserParser.UnaryMinusExpressionContext ctx)
Enter a parse tree produced by theunaryMinusExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterUnaryMinusExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitUnaryMinusExpression
public void exitUnaryMinusExpression(QDLParserParser.UnaryMinusExpressionContext ctx)
Exit a parse tree produced by theunaryMinusExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitUnaryMinusExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterFunctionReference
public void enterFunctionReference(QDLParserParser.FunctionReferenceContext ctx)
Enter a parse tree produced by thefunctionReference
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterFunctionReference
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitFunctionReference
public void exitFunctionReference(QDLParserParser.FunctionReferenceContext ctx)
Exit a parse tree produced by thefunctionReference
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitFunctionReference
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterUnaryTransposeExpression
public void enterUnaryTransposeExpression(QDLParserParser.UnaryTransposeExpressionContext ctx)
Enter a parse tree produced by theunaryTransposeExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterUnaryTransposeExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitUnaryTransposeExpression
public void exitUnaryTransposeExpression(QDLParserParser.UnaryTransposeExpressionContext ctx)
Exit a parse tree produced by theunaryTransposeExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitUnaryTransposeExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterIsDefinedExpression
public void enterIsDefinedExpression(QDLParserParser.IsDefinedExpressionContext ctx)
Enter a parse tree produced by theisDefinedExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterIsDefinedExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitIsDefinedExpression
public void exitIsDefinedExpression(QDLParserParser.IsDefinedExpressionContext ctx)
Exit a parse tree produced by theisDefinedExpression
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitIsDefinedExpression
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterExtract2
public void enterExtract2(QDLParserParser.Extract2Context ctx)
Enter a parse tree produced by theextract2
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterExtract2
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitExtract2
public void exitExtract2(QDLParserParser.Extract2Context ctx)
Exit a parse tree produced by theextract2
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitExtract2
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterExtract3
public void enterExtract3(QDLParserParser.Extract3Context ctx)
Enter a parse tree produced by theextract3
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterExtract3
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitExtract3
public void exitExtract3(QDLParserParser.Extract3Context ctx)
Exit a parse tree produced by theextract3
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitExtract3
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterExtract4
public void enterExtract4(QDLParserParser.Extract4Context ctx)
Enter a parse tree produced by theextract4
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterExtract4
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitExtract4
public void exitExtract4(QDLParserParser.Extract4Context ctx)
Exit a parse tree produced by theextract4
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitExtract4
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterExpressionDyadicOps
public void enterExpressionDyadicOps(QDLParserParser.ExpressionDyadicOpsContext ctx)
Enter a parse tree produced by theexpressionDyadicOps
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
enterExpressionDyadicOps
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
exitExpressionDyadicOps
public void exitExpressionDyadicOps(QDLParserParser.ExpressionDyadicOpsContext ctx)
Exit a parse tree produced by theexpressionDyadicOps
labeled alternative inQDLParserParser.expression()
.The default implementation does nothing.
- Specified by:
exitExpressionDyadicOps
in 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:
enterVariable
in 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:
exitVariable
in 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:
enterNumber
in 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:
exitNumber
in 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:
enterInteger
in 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:
exitInteger
in 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:
enterKeyword
in 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:
exitKeyword
in interfaceQDLParserListener
- Parameters:
ctx
- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminal
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNode
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-