Class RuleLangBaseListener
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,RuleLangListener
RuleLangListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced by theAdditionlabeled alternative inRuleLangParser.expression().voidEnter a parse tree produced by theAndlabeled alternative inRuleLangParser.expression().voidEnter a parse tree produced by theArrayLiteralExprlabeled alternative inRuleLangParser.expression().voidEnter a parse tree produced by theBooleanlabeled alternative inRuleLangParser.literal().voidEnter a parse tree produced by theCharlabeled alternative inRuleLangParser.literal().voidEnter a parse tree produced by theComparisonlabeled alternative inRuleLangParser.expression().voidEnter a parse tree produced by theEmptyStmtlabeled alternative inRuleLangParser.statement().voidEnter a parse tree produced by theEqualitylabeled alternative inRuleLangParser.expression().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byRuleLangParser.file().voidEnter a parse tree produced by theFloatlabeled alternative inRuleLangParser.literal().voidEnter a parse tree produced by theFunclabeled alternative inRuleLangParser.expression().voidEnter a parse tree produced by theFuncStmtlabeled alternative inRuleLangParser.statement().voidEnter a parse tree produced byRuleLangParser.functionCall().voidEnter a parse tree produced by theIdentifierlabeled alternative inRuleLangParser.expression().voidEnter a parse tree produced by theIndexedAccesslabeled alternative inRuleLangParser.expression().voidEnter a parse tree produced by theIntegerlabeled alternative inRuleLangParser.literal().voidEnter a parse tree produced by theLiteralPrimarylabeled alternative inRuleLangParser.expression().voidEnter a parse tree produced by theMapLiteralExprlabeled alternative inRuleLangParser.expression().voidEnter a parse tree produced by theMessageReflabeled alternative inRuleLangParser.expression().voidEnter a parse tree produced by theMultiplicationlabeled alternative inRuleLangParser.expression().voidEnter a parse tree produced by theNamedArgslabeled alternative inRuleLangParser.arguments().voidEnter a parse tree produced by theNestedlabeled alternative inRuleLangParser.expression().voidEnter a parse tree produced by theNotlabeled alternative inRuleLangParser.expression().voidEnter a parse tree produced by theOrlabeled alternative inRuleLangParser.expression().voidEnter a parse tree produced by theParenExprlabeled alternative inRuleLangParser.expression().voidEnter a parse tree produced byRuleLangParser.pipeline().voidEnter a parse tree produced byRuleLangParser.pipelineDeclaration().voidEnter a parse tree produced byRuleLangParser.pipelineDecls().voidEnter a parse tree produced by thePositionalArgslabeled alternative inRuleLangParser.arguments().voidEnter a parse tree produced byRuleLangParser.propAssignment().voidEnter a parse tree produced byRuleLangParser.ruleDeclaration().voidEnter a parse tree produced byRuleLangParser.ruleDecls().voidEnter a parse tree produced byRuleLangParser.ruleRef().voidEnter a parse tree produced by theSignedExpressionlabeled alternative inRuleLangParser.expression().voidEnter a parse tree produced byRuleLangParser.stageDeclaration().voidEnter a parse tree produced by theStringlabeled alternative inRuleLangParser.literal().voidEnter a parse tree produced by theVarAssignStmtlabeled alternative inRuleLangParser.statement().voidExit a parse tree produced by theAdditionlabeled alternative inRuleLangParser.expression().voidExit a parse tree produced by theAndlabeled alternative inRuleLangParser.expression().voidExit a parse tree produced by theArrayLiteralExprlabeled alternative inRuleLangParser.expression().voidExit a parse tree produced by theBooleanlabeled alternative inRuleLangParser.literal().voidExit a parse tree produced by theCharlabeled alternative inRuleLangParser.literal().voidExit a parse tree produced by theComparisonlabeled alternative inRuleLangParser.expression().voidExit a parse tree produced by theEmptyStmtlabeled alternative inRuleLangParser.statement().voidExit a parse tree produced by theEqualitylabeled alternative inRuleLangParser.expression().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byRuleLangParser.file().voidExit a parse tree produced by theFloatlabeled alternative inRuleLangParser.literal().voidExit a parse tree produced by theFunclabeled alternative inRuleLangParser.expression().voidExit a parse tree produced by theFuncStmtlabeled alternative inRuleLangParser.statement().voidExit a parse tree produced byRuleLangParser.functionCall().voidExit a parse tree produced by theIdentifierlabeled alternative inRuleLangParser.expression().voidExit a parse tree produced by theIndexedAccesslabeled alternative inRuleLangParser.expression().voidExit a parse tree produced by theIntegerlabeled alternative inRuleLangParser.literal().voidExit a parse tree produced by theLiteralPrimarylabeled alternative inRuleLangParser.expression().voidExit a parse tree produced by theMapLiteralExprlabeled alternative inRuleLangParser.expression().voidExit a parse tree produced by theMessageReflabeled alternative inRuleLangParser.expression().voidExit a parse tree produced by theMultiplicationlabeled alternative inRuleLangParser.expression().voidExit a parse tree produced by theNamedArgslabeled alternative inRuleLangParser.arguments().voidExit a parse tree produced by theNestedlabeled alternative inRuleLangParser.expression().voidExit a parse tree produced by theNotlabeled alternative inRuleLangParser.expression().voidExit a parse tree produced by theOrlabeled alternative inRuleLangParser.expression().voidExit a parse tree produced by theParenExprlabeled alternative inRuleLangParser.expression().voidExit a parse tree produced byRuleLangParser.pipeline().voidExit a parse tree produced byRuleLangParser.pipelineDeclaration().voidExit a parse tree produced byRuleLangParser.pipelineDecls().voidExit a parse tree produced by thePositionalArgslabeled alternative inRuleLangParser.arguments().voidExit a parse tree produced byRuleLangParser.propAssignment().voidExit a parse tree produced byRuleLangParser.ruleDeclaration().voidExit a parse tree produced byRuleLangParser.ruleDecls().voidExit a parse tree produced byRuleLangParser.ruleRef().voidExit a parse tree produced by theSignedExpressionlabeled alternative inRuleLangParser.expression().voidExit a parse tree produced byRuleLangParser.stageDeclaration().voidExit a parse tree produced by theStringlabeled alternative inRuleLangParser.literal().voidExit a parse tree produced by theVarAssignStmtlabeled alternative inRuleLangParser.statement().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
RuleLangBaseListener
public RuleLangBaseListener()
-
-
Method Details
-
enterFile
Enter a parse tree produced byRuleLangParser.file().The default implementation does nothing.
- Specified by:
enterFilein interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitFile
Exit a parse tree produced byRuleLangParser.file().The default implementation does nothing.
- Specified by:
exitFilein interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterPipelineDecls
Enter a parse tree produced byRuleLangParser.pipelineDecls().The default implementation does nothing.
- Specified by:
enterPipelineDeclsin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitPipelineDecls
Exit a parse tree produced byRuleLangParser.pipelineDecls().The default implementation does nothing.
- Specified by:
exitPipelineDeclsin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterPipeline
Enter a parse tree produced byRuleLangParser.pipeline().The default implementation does nothing.
- Specified by:
enterPipelinein interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitPipeline
Exit a parse tree produced byRuleLangParser.pipeline().The default implementation does nothing.
- Specified by:
exitPipelinein interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterPipelineDeclaration
Enter a parse tree produced byRuleLangParser.pipelineDeclaration().The default implementation does nothing.
- Specified by:
enterPipelineDeclarationin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitPipelineDeclaration
Exit a parse tree produced byRuleLangParser.pipelineDeclaration().The default implementation does nothing.
- Specified by:
exitPipelineDeclarationin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterStageDeclaration
Enter a parse tree produced byRuleLangParser.stageDeclaration().The default implementation does nothing.
- Specified by:
enterStageDeclarationin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitStageDeclaration
Exit a parse tree produced byRuleLangParser.stageDeclaration().The default implementation does nothing.
- Specified by:
exitStageDeclarationin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterRuleRef
Enter a parse tree produced byRuleLangParser.ruleRef().The default implementation does nothing.
- Specified by:
enterRuleRefin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitRuleRef
Exit a parse tree produced byRuleLangParser.ruleRef().The default implementation does nothing.
- Specified by:
exitRuleRefin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterRuleDecls
Enter a parse tree produced byRuleLangParser.ruleDecls().The default implementation does nothing.
- Specified by:
enterRuleDeclsin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitRuleDecls
Exit a parse tree produced byRuleLangParser.ruleDecls().The default implementation does nothing.
- Specified by:
exitRuleDeclsin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterRuleDeclaration
Enter a parse tree produced byRuleLangParser.ruleDeclaration().The default implementation does nothing.
- Specified by:
enterRuleDeclarationin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitRuleDeclaration
Exit a parse tree produced byRuleLangParser.ruleDeclaration().The default implementation does nothing.
- Specified by:
exitRuleDeclarationin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterMultiplication
Enter a parse tree produced by theMultiplicationlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
enterMultiplicationin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitMultiplication
Exit a parse tree produced by theMultiplicationlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
exitMultiplicationin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterAddition
Enter a parse tree produced by theAdditionlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
enterAdditionin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitAddition
Exit a parse tree produced by theAdditionlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
exitAdditionin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterOr
Enter a parse tree produced by theOrlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
enterOrin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitOr
Exit a parse tree produced by theOrlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
exitOrin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterFunc
Enter a parse tree produced by theFunclabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
enterFuncin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitFunc
Exit a parse tree produced by theFunclabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
exitFuncin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterMessageRef
Enter a parse tree produced by theMessageReflabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
enterMessageRefin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitMessageRef
Exit a parse tree produced by theMessageReflabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
exitMessageRefin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterNested
Enter a parse tree produced by theNestedlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
enterNestedin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitNested
Exit a parse tree produced by theNestedlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
exitNestedin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterNot
Enter a parse tree produced by theNotlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
enterNotin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitNot
Exit a parse tree produced by theNotlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
exitNotin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterIndexedAccess
Enter a parse tree produced by theIndexedAccesslabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
enterIndexedAccessin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitIndexedAccess
Exit a parse tree produced by theIndexedAccesslabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
exitIndexedAccessin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterIdentifier
Enter a parse tree produced by theIdentifierlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
enterIdentifierin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitIdentifier
Exit a parse tree produced by theIdentifierlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
exitIdentifierin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterComparison
Enter a parse tree produced by theComparisonlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
enterComparisonin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitComparison
Exit a parse tree produced by theComparisonlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
exitComparisonin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterLiteralPrimary
Enter a parse tree produced by theLiteralPrimarylabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
enterLiteralPrimaryin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitLiteralPrimary
Exit a parse tree produced by theLiteralPrimarylabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
exitLiteralPrimaryin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterAnd
Enter a parse tree produced by theAndlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
enterAndin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitAnd
Exit a parse tree produced by theAndlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
exitAndin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterArrayLiteralExpr
Enter a parse tree produced by theArrayLiteralExprlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
enterArrayLiteralExprin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitArrayLiteralExpr
Exit a parse tree produced by theArrayLiteralExprlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
exitArrayLiteralExprin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterMapLiteralExpr
Enter a parse tree produced by theMapLiteralExprlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
enterMapLiteralExprin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitMapLiteralExpr
Exit a parse tree produced by theMapLiteralExprlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
exitMapLiteralExprin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterEquality
Enter a parse tree produced by theEqualitylabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
enterEqualityin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitEquality
Exit a parse tree produced by theEqualitylabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
exitEqualityin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterParenExpr
Enter a parse tree produced by theParenExprlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
enterParenExprin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitParenExpr
Exit a parse tree produced by theParenExprlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
exitParenExprin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterSignedExpression
Enter a parse tree produced by theSignedExpressionlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
enterSignedExpressionin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitSignedExpression
Exit a parse tree produced by theSignedExpressionlabeled alternative inRuleLangParser.expression().The default implementation does nothing.
- Specified by:
exitSignedExpressionin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterPropAssignment
Enter a parse tree produced byRuleLangParser.propAssignment().The default implementation does nothing.
- Specified by:
enterPropAssignmentin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitPropAssignment
Exit a parse tree produced byRuleLangParser.propAssignment().The default implementation does nothing.
- Specified by:
exitPropAssignmentin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterFuncStmt
Enter a parse tree produced by theFuncStmtlabeled alternative inRuleLangParser.statement().The default implementation does nothing.
- Specified by:
enterFuncStmtin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitFuncStmt
Exit a parse tree produced by theFuncStmtlabeled alternative inRuleLangParser.statement().The default implementation does nothing.
- Specified by:
exitFuncStmtin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterVarAssignStmt
Enter a parse tree produced by theVarAssignStmtlabeled alternative inRuleLangParser.statement().The default implementation does nothing.
- Specified by:
enterVarAssignStmtin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitVarAssignStmt
Exit a parse tree produced by theVarAssignStmtlabeled alternative inRuleLangParser.statement().The default implementation does nothing.
- Specified by:
exitVarAssignStmtin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterEmptyStmt
Enter a parse tree produced by theEmptyStmtlabeled alternative inRuleLangParser.statement().The default implementation does nothing.
- Specified by:
enterEmptyStmtin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitEmptyStmt
Exit a parse tree produced by theEmptyStmtlabeled alternative inRuleLangParser.statement().The default implementation does nothing.
- Specified by:
exitEmptyStmtin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterFunctionCall
Enter a parse tree produced byRuleLangParser.functionCall().The default implementation does nothing.
- Specified by:
enterFunctionCallin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitFunctionCall
Exit a parse tree produced byRuleLangParser.functionCall().The default implementation does nothing.
- Specified by:
exitFunctionCallin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterNamedArgs
Enter a parse tree produced by theNamedArgslabeled alternative inRuleLangParser.arguments().The default implementation does nothing.
- Specified by:
enterNamedArgsin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitNamedArgs
Exit a parse tree produced by theNamedArgslabeled alternative inRuleLangParser.arguments().The default implementation does nothing.
- Specified by:
exitNamedArgsin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterPositionalArgs
Enter a parse tree produced by thePositionalArgslabeled alternative inRuleLangParser.arguments().The default implementation does nothing.
- Specified by:
enterPositionalArgsin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitPositionalArgs
Exit a parse tree produced by thePositionalArgslabeled alternative inRuleLangParser.arguments().The default implementation does nothing.
- Specified by:
exitPositionalArgsin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterInteger
Enter a parse tree produced by theIntegerlabeled alternative inRuleLangParser.literal().The default implementation does nothing.
- Specified by:
enterIntegerin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitInteger
Exit a parse tree produced by theIntegerlabeled alternative inRuleLangParser.literal().The default implementation does nothing.
- Specified by:
exitIntegerin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterFloat
Enter a parse tree produced by theFloatlabeled alternative inRuleLangParser.literal().The default implementation does nothing.
- Specified by:
enterFloatin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitFloat
Exit a parse tree produced by theFloatlabeled alternative inRuleLangParser.literal().The default implementation does nothing.
- Specified by:
exitFloatin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterChar
Enter a parse tree produced by theCharlabeled alternative inRuleLangParser.literal().The default implementation does nothing.
- Specified by:
enterCharin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitChar
Exit a parse tree produced by theCharlabeled alternative inRuleLangParser.literal().The default implementation does nothing.
- Specified by:
exitCharin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterString
Enter a parse tree produced by theStringlabeled alternative inRuleLangParser.literal().The default implementation does nothing.
- Specified by:
enterStringin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitString
Exit a parse tree produced by theStringlabeled alternative inRuleLangParser.literal().The default implementation does nothing.
- Specified by:
exitStringin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterBoolean
Enter a parse tree produced by theBooleanlabeled alternative inRuleLangParser.literal().The default implementation does nothing.
- Specified by:
enterBooleanin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
exitBoolean
Exit a parse tree produced by theBooleanlabeled alternative inRuleLangParser.literal().The default implementation does nothing.
- Specified by:
exitBooleanin interfaceRuleLangListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-