Class QDLDebugListener
- java.lang.Object
-
- org.qdl_lang.generated.QDLParserBaseListener
-
- org.qdl_lang.parsing.QDLDebugListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,QDLParserListener
public class QDLDebugListener extends QDLParserBaseListener
This should be used for debugging in that it does nothing in the way of producing usable objects, it simply prints out the various states and relations during parsing. This lets you see how to implement object creation.Created by Jeff Gaynor
on 1/10/20 at 11:50 AM
-
-
Constructor Summary
Constructors Constructor Description QDLDebugListener()
-
Method Summary
-
Methods inherited from class org.qdl_lang.generated.QDLParserBaseListener
enterAltIFExpression, enterAppliesOperator, enterAssertStatement, enterAssertStatement2, enterAxis, enterBlockStatement, enterConditionalBlock, enterContainsKey, enterDecimalNumber2, enterDocStatementBlock, enterDotOp, enterDotOp2, enterDyadicFunctionRefernce, enterElement, enterElements, enterEpsilon, enterExcise, enterExpressionBlock, enterExpressionDyadicOps, enterExtract, enterExtract2, enterExtract3, enterExtract4, enterFdoc, enterFloorOrCeilingExpression, enterForAll, enterFrefDyadicOps, enterFunctionReference, enterIntersectionOrUnion, enterIs_a, enterIsDefinedDyadicExpression, enterIsDefinedExpression, enterKeyword, enterKeywords, enterLambdaDef, enterLocalStatement, enterModuleExpression, enterModuleStatement, enterMultiplyExpression, enterMy_integer, enterNotTildeExpression, enterOp_ref, enterOperatorReference, enterPowerExpression, enterRegexMatches, enterSet, enterSetThing, enterSquartExpression, enterStatementBlock, enterStemDefaultValue, enterStemEntry, enterStemLi, enterStemValue, enterStemVar, enterStemVariable, enterSwitchExpression, enterTildeExpression, enterToSet, enterTransposeOperator, enterTryCatchStatement, enterUnaryApplyExpression, enterUnaryTildeExpression, enterUnaryTransposeExpression, exitAltIFExpression, exitAppliesOperator, exitAssertStatement, exitAssertStatement2, exitAxis, exitBlockStatement, exitConditionalBlock, exitContainsKey, exitDecimalNumber2, exitDocStatementBlock, exitDotOp, exitDotOp2, exitDyadicFunctionRefernce, exitElement, exitElements, exitEpsilon, exitEveryRule, exitExcise, exitExpressionBlock, exitExpressionDyadicOps, exitExtract, exitExtract2, exitExtract3, exitExtract4, exitFdoc, exitFloorOrCeilingExpression, exitForAll, exitFrefDyadicOps, exitFunctionReference, exitIntersectionOrUnion, exitIs_a, exitIsDefinedDyadicExpression, exitIsDefinedExpression, exitKeyword, exitKeywords, exitLambdaDef, exitLocalStatement, exitModuleExpression, exitModuleStatement, exitMultiplyExpression, exitMy_integer, exitNotTildeExpression, exitOp_ref, exitOperatorReference, exitPowerExpression, exitRegexMatches, exitSet, exitSetThing, exitSquartExpression, exitStatementBlock, exitStemDefaultValue, exitStemEntry, exitStemLi, exitStemValue, exitStemVar, exitStemVariable, exitSwitchExpression, exitTildeExpression, exitToSet, exitTransposeOperator, exitTryCatchStatement, exitUnaryApplyExpression, exitUnaryTildeExpression, exitUnaryTransposeExpression
-
-
-
-
Method Detail
-
incr
protected int incr()
-
decr
protected int decr()
-
sayii
protected void sayii(String x)
-
sayi
protected void sayi(String x)
-
say
protected void say(String x)
-
printKids
protected void printKids(org.antlr.v4.runtime.ParserRuleContext ctx)
-
glomParseTree
protected String glomParseTree(org.antlr.v4.runtime.ParserRuleContext ctx)
-
printContext
protected void printContext(org.antlr.v4.runtime.ParserRuleContext ctx)
-
sayii
protected void sayii(String x, org.antlr.v4.runtime.ParserRuleContext ctx)
-
sayi
protected void sayi(String x, org.antlr.v4.runtime.ParserRuleContext ctx)
-
say
protected void say(String x, org.antlr.v4.runtime.ParserRuleContext ctx)
-
enterAssignment
public void enterAssignment(QDLParserParser.AssignmentContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced by theassignmentlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterAssignmentin interfaceQDLParserListener- Overrides:
enterAssignmentin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterNumber
public void enterNumber(QDLParserParser.NumberContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced byQDLParserParser.number().The default implementation does nothing.
- Specified by:
enterNumberin interfaceQDLParserListener- Overrides:
enterNumberin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitNumber
public void exitNumber(QDLParserParser.NumberContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced byQDLParserParser.number().The default implementation does nothing.
- Specified by:
exitNumberin interfaceQDLParserListener- Overrides:
exitNumberin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterInteger
public void enterInteger(QDLParserParser.IntegerContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced byQDLParserParser.integer().The default implementation does nothing.
- Specified by:
enterIntegerin interfaceQDLParserListener- Overrides:
enterIntegerin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitInteger
public void exitInteger(QDLParserParser.IntegerContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced byQDLParserParser.integer().The default implementation does nothing.
- Specified by:
exitIntegerin interfaceQDLParserListener- Overrides:
exitIntegerin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterIntegers
public void enterIntegers(QDLParserParser.IntegersContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced by theintegerslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterIntegersin interfaceQDLParserListener- Overrides:
enterIntegersin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitIntegers
public void exitIntegers(QDLParserParser.IntegersContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced by theintegerslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitIntegersin interfaceQDLParserListener- Overrides:
exitIntegersin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitAssignment
public void exitAssignment(QDLParserParser.AssignmentContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced by theassignmentlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitAssignmentin interfaceQDLParserListener- Overrides:
exitAssignmentin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterFunction
public void enterFunction(QDLParserParser.FunctionContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced byQDLParserParser.function().The default implementation does nothing.
- Specified by:
enterFunctionin interfaceQDLParserListener- Overrides:
enterFunctionin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterLambdaStatement
public void enterLambdaStatement(QDLParserParser.LambdaStatementContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced byQDLParserParser.lambdaStatement().The default implementation does nothing.
- Specified by:
enterLambdaStatementin interfaceQDLParserListener- Overrides:
enterLambdaStatementin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitLambdaStatement
public void exitLambdaStatement(QDLParserParser.LambdaStatementContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced byQDLParserParser.lambdaStatement().The default implementation does nothing.
- Specified by:
exitLambdaStatementin interfaceQDLParserListener- Overrides:
exitLambdaStatementin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitFunction
public void exitFunction(QDLParserParser.FunctionContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced byQDLParserParser.function().The default implementation does nothing.
- Specified by:
exitFunctionin interfaceQDLParserListener- Overrides:
exitFunctionin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterVariables
public void enterVariables(QDLParserParser.VariablesContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced by thevariableslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterVariablesin interfaceQDLParserListener- Overrides:
enterVariablesin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitVariables
public void exitVariables(QDLParserParser.VariablesContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced by thevariableslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitVariablesin interfaceQDLParserListener- Overrides:
exitVariablesin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterFunctions
public void enterFunctions(QDLParserParser.FunctionsContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced by thefunctionslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterFunctionsin interfaceQDLParserListener- Overrides:
enterFunctionsin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitFunctions
public void exitFunctions(QDLParserParser.FunctionsContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced by thefunctionslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitFunctionsin interfaceQDLParserListener- Overrides:
exitFunctionsin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterPrefix
public void enterPrefix(QDLParserParser.PrefixContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced by theprefixlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterPrefixin interfaceQDLParserListener- Overrides:
enterPrefixin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitPrefix
public void exitPrefix(QDLParserParser.PrefixContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced by theprefixlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitPrefixin interfaceQDLParserListener- Overrides:
exitPrefixin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterNumbers
public void enterNumbers(QDLParserParser.NumbersContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced by thenumberslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterNumbersin interfaceQDLParserListener- Overrides:
enterNumbersin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitNumbers
public void exitNumbers(QDLParserParser.NumbersContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced by thenumberslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitNumbersin interfaceQDLParserListener- Overrides:
exitNumbersin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterAssociation
public void enterAssociation(QDLParserParser.AssociationContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced by theassociationlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterAssociationin interfaceQDLParserListener- Overrides:
enterAssociationin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitAssociation
public void exitAssociation(QDLParserParser.AssociationContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced by theassociationlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitAssociationin interfaceQDLParserListener- Overrides:
exitAssociationin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterNotExpression
public void enterNotExpression(QDLParserParser.NotExpressionContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced by thenotExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterNotExpressionin interfaceQDLParserListener- Overrides:
enterNotExpressionin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitNotExpression
public void exitNotExpression(QDLParserParser.NotExpressionContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced by thenotExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitNotExpressionin interfaceQDLParserListener- Overrides:
exitNotExpressionin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterVariable
public void enterVariable(QDLParserParser.VariableContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced byQDLParserParser.variable().The default implementation does nothing.
- Specified by:
enterVariablein interfaceQDLParserListener- Overrides:
enterVariablein classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitVariable
public void exitVariable(QDLParserParser.VariableContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced byQDLParserParser.variable().The default implementation does nothing.
- Specified by:
exitVariablein interfaceQDLParserListener- Overrides:
exitVariablein classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterLogical
public void enterLogical(QDLParserParser.LogicalContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced by thelogicallabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterLogicalin interfaceQDLParserListener- Overrides:
enterLogicalin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitLogical
public void exitLogical(QDLParserParser.LogicalContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced by thelogicallabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitLogicalin interfaceQDLParserListener- Overrides:
exitLogicalin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterOrExpression
public void enterOrExpression(QDLParserParser.OrExpressionContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced by theorExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterOrExpressionin interfaceQDLParserListener- Overrides:
enterOrExpressionin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitOrExpression
public void exitOrExpression(QDLParserParser.OrExpressionContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced by theorExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitOrExpressionin interfaceQDLParserListener- Overrides:
exitOrExpressionin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterUnaryMinusExpression
public void enterUnaryMinusExpression(QDLParserParser.UnaryMinusExpressionContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced by theunaryMinusExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterUnaryMinusExpressionin interfaceQDLParserListener- Overrides:
enterUnaryMinusExpressionin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitUnaryMinusExpression
public void exitUnaryMinusExpression(QDLParserParser.UnaryMinusExpressionContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced by theunaryMinusExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitUnaryMinusExpressionin interfaceQDLParserListener- Overrides:
exitUnaryMinusExpressionin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterEqExpression
public void enterEqExpression(QDLParserParser.EqExpressionContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced by theeqExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterEqExpressionin interfaceQDLParserListener- Overrides:
enterEqExpressionin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitEqExpression
public void exitEqExpression(QDLParserParser.EqExpressionContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced by theeqExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitEqExpressionin interfaceQDLParserListener- Overrides:
exitEqExpressionin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterAndExpression
public void enterAndExpression(QDLParserParser.AndExpressionContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced by theandExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterAndExpressionin interfaceQDLParserListener- Overrides:
enterAndExpressionin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitAndExpression
public void exitAndExpression(QDLParserParser.AndExpressionContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced by theandExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitAndExpressionin interfaceQDLParserListener- Overrides:
exitAndExpressionin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterNull
public void enterNull(QDLParserParser.NullContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced by thenulllabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterNullin interfaceQDLParserListener- Overrides:
enterNullin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitNull
public void exitNull(QDLParserParser.NullContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced by thenulllabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitNullin interfaceQDLParserListener- Overrides:
exitNullin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterStrings
public void enterStrings(QDLParserParser.StringsContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced by thestringslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterStringsin interfaceQDLParserListener- Overrides:
enterStringsin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitStrings
public void exitStrings(QDLParserParser.StringsContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced by thestringslabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitStringsin interfaceQDLParserListener- Overrides:
exitStringsin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterAddExpression
public void enterAddExpression(QDLParserParser.AddExpressionContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced by theaddExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterAddExpressionin interfaceQDLParserListener- Overrides:
enterAddExpressionin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitAddExpression
public void exitAddExpression(QDLParserParser.AddExpressionContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced by theaddExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitAddExpressionin interfaceQDLParserListener- Overrides:
exitAddExpressionin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterCompExpression
public void enterCompExpression(QDLParserParser.CompExpressionContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced by thecompExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterCompExpressionin interfaceQDLParserListener- Overrides:
enterCompExpressionin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitCompExpression
public void exitCompExpression(QDLParserParser.CompExpressionContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced by thecompExpressionlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitCompExpressionin interfaceQDLParserListener- Overrides:
exitCompExpressionin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterPostfix
public void enterPostfix(QDLParserParser.PostfixContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced by thepostfixlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterPostfixin interfaceQDLParserListener- Overrides:
enterPostfixin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitPostfix
public void exitPostfix(QDLParserParser.PostfixContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced by thepostfixlabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitPostfixin interfaceQDLParserListener- Overrides:
exitPostfixin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterStatement
public void enterStatement(QDLParserParser.StatementContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced byQDLParserParser.statement().The default implementation does nothing.
- Specified by:
enterStatementin interfaceQDLParserListener- Overrides:
enterStatementin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitStatement
public void exitStatement(QDLParserParser.StatementContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced byQDLParserParser.statement().The default implementation does nothing.
- Specified by:
exitStatementin interfaceQDLParserListener- Overrides:
exitStatementin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterIfStatement
public void enterIfStatement(QDLParserParser.IfStatementContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced byQDLParserParser.ifStatement().The default implementation does nothing.
- Specified by:
enterIfStatementin interfaceQDLParserListener- Overrides:
enterIfStatementin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitIfStatement
public void exitIfStatement(QDLParserParser.IfStatementContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced byQDLParserParser.ifStatement().The default implementation does nothing.
- Specified by:
exitIfStatementin interfaceQDLParserListener- Overrides:
exitIfStatementin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterIfElseStatement
public void enterIfElseStatement(QDLParserParser.IfElseStatementContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced byQDLParserParser.ifElseStatement().The default implementation does nothing.
- Specified by:
enterIfElseStatementin interfaceQDLParserListener- Overrides:
enterIfElseStatementin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitIfElseStatement
public void exitIfElseStatement(QDLParserParser.IfElseStatementContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced byQDLParserParser.ifElseStatement().The default implementation does nothing.
- Specified by:
exitIfElseStatementin interfaceQDLParserListener- Overrides:
exitIfElseStatementin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterConditionalStatement
public void enterConditionalStatement(QDLParserParser.ConditionalStatementContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced byQDLParserParser.conditionalStatement().The default implementation does nothing.
- Specified by:
enterConditionalStatementin interfaceQDLParserListener- Overrides:
enterConditionalStatementin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitConditionalStatement
public void exitConditionalStatement(QDLParserParser.ConditionalStatementContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced byQDLParserParser.conditionalStatement().The default implementation does nothing.
- Specified by:
exitConditionalStatementin interfaceQDLParserListener- Overrides:
exitConditionalStatementin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterLoopStatement
public void enterLoopStatement(QDLParserParser.LoopStatementContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced byQDLParserParser.loopStatement().The default implementation does nothing.
- Specified by:
enterLoopStatementin interfaceQDLParserListener- Overrides:
enterLoopStatementin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitLoopStatement
public void exitLoopStatement(QDLParserParser.LoopStatementContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced byQDLParserParser.loopStatement().The default implementation does nothing.
- Specified by:
exitLoopStatementin interfaceQDLParserListener- Overrides:
exitLoopStatementin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterSwitchStatement
public void enterSwitchStatement(QDLParserParser.SwitchStatementContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced byQDLParserParser.switchStatement().The default implementation does nothing.
- Specified by:
enterSwitchStatementin interfaceQDLParserListener- Overrides:
enterSwitchStatementin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitSwitchStatement
public void exitSwitchStatement(QDLParserParser.SwitchStatementContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced byQDLParserParser.switchStatement().The default implementation does nothing.
- Specified by:
exitSwitchStatementin interfaceQDLParserListener- Overrides:
exitSwitchStatementin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterDefineStatement
public void enterDefineStatement(QDLParserParser.DefineStatementContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced byQDLParserParser.defineStatement().The default implementation does nothing.
- Specified by:
enterDefineStatementin interfaceQDLParserListener- Overrides:
enterDefineStatementin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitDefineStatement
public void exitDefineStatement(QDLParserParser.DefineStatementContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced byQDLParserParser.defineStatement().The default implementation does nothing.
- Specified by:
exitDefineStatementin interfaceQDLParserListener- Overrides:
exitDefineStatementin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode terminalNode)
Description copied from class:QDLParserBaseListenerThe default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener- Overrides:
visitTerminalin classQDLParserBaseListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode errorNode)
Description copied from class:QDLParserBaseListenerThe default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener- Overrides:
visitErrorNodein classQDLParserBaseListener
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext parserRuleContext)
Description copied from class:QDLParserBaseListenerThe default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener- Overrides:
enterEveryRulein classQDLParserBaseListener
-
enterF_args
public void enterF_args(QDLParserParser.F_argsContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced byQDLParserParser.f_args().The default implementation does nothing.
- Specified by:
enterF_argsin interfaceQDLParserListener- Overrides:
enterF_argsin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitF_args
public void exitF_args(QDLParserParser.F_argsContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced byQDLParserParser.f_args().The default implementation does nothing.
- Specified by:
exitF_argsin interfaceQDLParserListener- Overrides:
exitF_argsin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterRealInterval
public void enterRealInterval(QDLParserParser.RealIntervalContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced by therealIntervallabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterRealIntervalin interfaceQDLParserListener- Overrides:
enterRealIntervalin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitRealInterval
public void exitRealInterval(QDLParserParser.RealIntervalContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced by therealIntervallabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitRealIntervalin interfaceQDLParserListener- Overrides:
exitRealIntervalin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterIntInterval
public void enterIntInterval(QDLParserParser.IntIntervalContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced by theintIntervallabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
enterIntIntervalin interfaceQDLParserListener- Overrides:
enterIntIntervalin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitIntInterval
public void exitIntInterval(QDLParserParser.IntIntervalContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced by theintIntervallabeled alternative inQDLParserParser.expression().The default implementation does nothing.
- Specified by:
exitIntIntervalin interfaceQDLParserListener- Overrides:
exitIntIntervalin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterIInterval
public void enterIInterval(QDLParserParser.IIntervalContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced byQDLParserParser.iInterval().The default implementation does nothing.
- Specified by:
enterIIntervalin interfaceQDLParserListener- Overrides:
enterIIntervalin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitIInterval
public void exitIInterval(QDLParserParser.IIntervalContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced byQDLParserParser.iInterval().The default implementation does nothing.
- Specified by:
exitIIntervalin interfaceQDLParserListener- Overrides:
exitIIntervalin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterRInterval
public void enterRInterval(QDLParserParser.RIntervalContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced byQDLParserParser.rInterval().The default implementation does nothing.
- Specified by:
enterRIntervalin interfaceQDLParserListener- Overrides:
enterRIntervalin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitRInterval
public void exitRInterval(QDLParserParser.RIntervalContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced byQDLParserParser.rInterval().The default implementation does nothing.
- Specified by:
exitRIntervalin interfaceQDLParserListener- Overrides:
exitRIntervalin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
enterStemList
public void enterStemList(QDLParserParser.StemListContext ctx)
Description copied from class:QDLParserBaseListenerEnter a parse tree produced byQDLParserParser.stemList().The default implementation does nothing.
- Specified by:
enterStemListin interfaceQDLParserListener- Overrides:
enterStemListin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
exitStemList
public void exitStemList(QDLParserParser.StemListContext ctx)
Description copied from class:QDLParserBaseListenerExit a parse tree produced byQDLParserParser.stemList().The default implementation does nothing.
- Specified by:
exitStemListin interfaceQDLParserListener- Overrides:
exitStemListin classQDLParserBaseListener- Parameters:
ctx- the parse tree
-
-