Class AuthnFlowBaseListener
- java.lang.Object
-
- io.jans.agama.antlr.AuthnFlowBaseListener
-
- All Implemented Interfaces:
AuthnFlowListener
,org.antlr.v4.runtime.tree.ParseTreeListener
public class AuthnFlowBaseListener extends Object implements AuthnFlowListener
This class provides an empty implementation ofAuthnFlowListener
, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description AuthnFlowBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterFlow
public void enterFlow(AuthnFlowParser.FlowContext ctx)
Enter a parse tree produced byAuthnFlowParser.flow()
.The default implementation does nothing.
- Specified by:
enterFlow
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitFlow
public void exitFlow(AuthnFlowParser.FlowContext ctx)
Exit a parse tree produced byAuthnFlowParser.flow()
.The default implementation does nothing.
- Specified by:
exitFlow
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterHeader
public void enterHeader(AuthnFlowParser.HeaderContext ctx)
Enter a parse tree produced byAuthnFlowParser.header()
.The default implementation does nothing.
- Specified by:
enterHeader
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitHeader
public void exitHeader(AuthnFlowParser.HeaderContext ctx)
Exit a parse tree produced byAuthnFlowParser.header()
.The default implementation does nothing.
- Specified by:
exitHeader
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterQname
public void enterQname(AuthnFlowParser.QnameContext ctx)
Enter a parse tree produced byAuthnFlowParser.qname()
.The default implementation does nothing.
- Specified by:
enterQname
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitQname
public void exitQname(AuthnFlowParser.QnameContext ctx)
Exit a parse tree produced byAuthnFlowParser.qname()
.The default implementation does nothing.
- Specified by:
exitQname
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterBase
public void enterBase(AuthnFlowParser.BaseContext ctx)
Enter a parse tree produced byAuthnFlowParser.base()
.The default implementation does nothing.
- Specified by:
enterBase
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitBase
public void exitBase(AuthnFlowParser.BaseContext ctx)
Exit a parse tree produced byAuthnFlowParser.base()
.The default implementation does nothing.
- Specified by:
exitBase
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterTimeout
public void enterTimeout(AuthnFlowParser.TimeoutContext ctx)
Enter a parse tree produced byAuthnFlowParser.timeout()
.The default implementation does nothing.
- Specified by:
enterTimeout
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitTimeout
public void exitTimeout(AuthnFlowParser.TimeoutContext ctx)
Exit a parse tree produced byAuthnFlowParser.timeout()
.The default implementation does nothing.
- Specified by:
exitTimeout
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterConfigs
public void enterConfigs(AuthnFlowParser.ConfigsContext ctx)
Enter a parse tree produced byAuthnFlowParser.configs()
.The default implementation does nothing.
- Specified by:
enterConfigs
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitConfigs
public void exitConfigs(AuthnFlowParser.ConfigsContext ctx)
Exit a parse tree produced byAuthnFlowParser.configs()
.The default implementation does nothing.
- Specified by:
exitConfigs
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterInputs
public void enterInputs(AuthnFlowParser.InputsContext ctx)
Enter a parse tree produced byAuthnFlowParser.inputs()
.The default implementation does nothing.
- Specified by:
enterInputs
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitInputs
public void exitInputs(AuthnFlowParser.InputsContext ctx)
Exit a parse tree produced byAuthnFlowParser.inputs()
.The default implementation does nothing.
- Specified by:
exitInputs
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterShort_var
public void enterShort_var(AuthnFlowParser.Short_varContext ctx)
Enter a parse tree produced byAuthnFlowParser.short_var()
.The default implementation does nothing.
- Specified by:
enterShort_var
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitShort_var
public void exitShort_var(AuthnFlowParser.Short_varContext ctx)
Exit a parse tree produced byAuthnFlowParser.short_var()
.The default implementation does nothing.
- Specified by:
exitShort_var
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterStatement
public void enterStatement(AuthnFlowParser.StatementContext ctx)
Enter a parse tree produced byAuthnFlowParser.statement()
.The default implementation does nothing.
- Specified by:
enterStatement
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitStatement
public void exitStatement(AuthnFlowParser.StatementContext ctx)
Exit a parse tree produced byAuthnFlowParser.statement()
.The default implementation does nothing.
- Specified by:
exitStatement
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterPreassign
public void enterPreassign(AuthnFlowParser.PreassignContext ctx)
Enter a parse tree produced byAuthnFlowParser.preassign()
.The default implementation does nothing.
- Specified by:
enterPreassign
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitPreassign
public void exitPreassign(AuthnFlowParser.PreassignContext ctx)
Exit a parse tree produced byAuthnFlowParser.preassign()
.The default implementation does nothing.
- Specified by:
exitPreassign
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterPreassign_catch
public void enterPreassign_catch(AuthnFlowParser.Preassign_catchContext ctx)
Enter a parse tree produced byAuthnFlowParser.preassign_catch()
.The default implementation does nothing.
- Specified by:
enterPreassign_catch
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitPreassign_catch
public void exitPreassign_catch(AuthnFlowParser.Preassign_catchContext ctx)
Exit a parse tree produced byAuthnFlowParser.preassign_catch()
.The default implementation does nothing.
- Specified by:
exitPreassign_catch
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterVariable
public void enterVariable(AuthnFlowParser.VariableContext ctx)
Enter a parse tree produced byAuthnFlowParser.variable()
.The default implementation does nothing.
- Specified by:
enterVariable
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitVariable
public void exitVariable(AuthnFlowParser.VariableContext ctx)
Exit a parse tree produced byAuthnFlowParser.variable()
.The default implementation does nothing.
- Specified by:
exitVariable
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterFlow_call
public void enterFlow_call(AuthnFlowParser.Flow_callContext ctx)
Enter a parse tree produced byAuthnFlowParser.flow_call()
.The default implementation does nothing.
- Specified by:
enterFlow_call
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitFlow_call
public void exitFlow_call(AuthnFlowParser.Flow_callContext ctx)
Exit a parse tree produced byAuthnFlowParser.flow_call()
.The default implementation does nothing.
- Specified by:
exitFlow_call
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterOverrides
public void enterOverrides(AuthnFlowParser.OverridesContext ctx)
Enter a parse tree produced byAuthnFlowParser.overrides()
.The default implementation does nothing.
- Specified by:
enterOverrides
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitOverrides
public void exitOverrides(AuthnFlowParser.OverridesContext ctx)
Exit a parse tree produced byAuthnFlowParser.overrides()
.The default implementation does nothing.
- Specified by:
exitOverrides
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterAction_call
public void enterAction_call(AuthnFlowParser.Action_callContext ctx)
Enter a parse tree produced byAuthnFlowParser.action_call()
.The default implementation does nothing.
- Specified by:
enterAction_call
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitAction_call
public void exitAction_call(AuthnFlowParser.Action_callContext ctx)
Exit a parse tree produced byAuthnFlowParser.action_call()
.The default implementation does nothing.
- Specified by:
exitAction_call
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterRrf_call
public void enterRrf_call(AuthnFlowParser.Rrf_callContext ctx)
Enter a parse tree produced byAuthnFlowParser.rrf_call()
.The default implementation does nothing.
- Specified by:
enterRrf_call
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitRrf_call
public void exitRrf_call(AuthnFlowParser.Rrf_callContext ctx)
Exit a parse tree produced byAuthnFlowParser.rrf_call()
.The default implementation does nothing.
- Specified by:
exitRrf_call
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterLog
public void enterLog(AuthnFlowParser.LogContext ctx)
Enter a parse tree produced byAuthnFlowParser.log()
.The default implementation does nothing.
- Specified by:
enterLog
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitLog
public void exitLog(AuthnFlowParser.LogContext ctx)
Exit a parse tree produced byAuthnFlowParser.log()
.The default implementation does nothing.
- Specified by:
exitLog
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterStatic_call
public void enterStatic_call(AuthnFlowParser.Static_callContext ctx)
Enter a parse tree produced byAuthnFlowParser.static_call()
.The default implementation does nothing.
- Specified by:
enterStatic_call
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitStatic_call
public void exitStatic_call(AuthnFlowParser.Static_callContext ctx)
Exit a parse tree produced byAuthnFlowParser.static_call()
.The default implementation does nothing.
- Specified by:
exitStatic_call
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterOo_call
public void enterOo_call(AuthnFlowParser.Oo_callContext ctx)
Enter a parse tree produced byAuthnFlowParser.oo_call()
.The default implementation does nothing.
- Specified by:
enterOo_call
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitOo_call
public void exitOo_call(AuthnFlowParser.Oo_callContext ctx)
Exit a parse tree produced byAuthnFlowParser.oo_call()
.The default implementation does nothing.
- Specified by:
exitOo_call
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterArgument
public void enterArgument(AuthnFlowParser.ArgumentContext ctx)
Enter a parse tree produced byAuthnFlowParser.argument()
.The default implementation does nothing.
- Specified by:
enterArgument
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitArgument
public void exitArgument(AuthnFlowParser.ArgumentContext ctx)
Exit a parse tree produced byAuthnFlowParser.argument()
.The default implementation does nothing.
- Specified by:
exitArgument
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterSimple_expr
public void enterSimple_expr(AuthnFlowParser.Simple_exprContext ctx)
Enter a parse tree produced byAuthnFlowParser.simple_expr()
.The default implementation does nothing.
- Specified by:
enterSimple_expr
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitSimple_expr
public void exitSimple_expr(AuthnFlowParser.Simple_exprContext ctx)
Exit a parse tree produced byAuthnFlowParser.simple_expr()
.The default implementation does nothing.
- Specified by:
exitSimple_expr
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterLiteral
public void enterLiteral(AuthnFlowParser.LiteralContext ctx)
Enter a parse tree produced byAuthnFlowParser.literal()
.The default implementation does nothing.
- Specified by:
enterLiteral
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitLiteral
public void exitLiteral(AuthnFlowParser.LiteralContext ctx)
Exit a parse tree produced byAuthnFlowParser.literal()
.The default implementation does nothing.
- Specified by:
exitLiteral
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterExpression
public void enterExpression(AuthnFlowParser.ExpressionContext ctx)
Enter a parse tree produced byAuthnFlowParser.expression()
.The default implementation does nothing.
- Specified by:
enterExpression
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitExpression
public void exitExpression(AuthnFlowParser.ExpressionContext ctx)
Exit a parse tree produced byAuthnFlowParser.expression()
.The default implementation does nothing.
- Specified by:
exitExpression
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterArray_expr
public void enterArray_expr(AuthnFlowParser.Array_exprContext ctx)
Enter a parse tree produced byAuthnFlowParser.array_expr()
.The default implementation does nothing.
- Specified by:
enterArray_expr
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitArray_expr
public void exitArray_expr(AuthnFlowParser.Array_exprContext ctx)
Exit a parse tree produced byAuthnFlowParser.array_expr()
.The default implementation does nothing.
- Specified by:
exitArray_expr
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterObject_expr
public void enterObject_expr(AuthnFlowParser.Object_exprContext ctx)
Enter a parse tree produced byAuthnFlowParser.object_expr()
.The default implementation does nothing.
- Specified by:
enterObject_expr
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitObject_expr
public void exitObject_expr(AuthnFlowParser.Object_exprContext ctx)
Exit a parse tree produced byAuthnFlowParser.object_expr()
.The default implementation does nothing.
- Specified by:
exitObject_expr
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterAssignment
public void enterAssignment(AuthnFlowParser.AssignmentContext ctx)
Enter a parse tree produced byAuthnFlowParser.assignment()
.The default implementation does nothing.
- Specified by:
enterAssignment
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitAssignment
public void exitAssignment(AuthnFlowParser.AssignmentContext ctx)
Exit a parse tree produced byAuthnFlowParser.assignment()
.The default implementation does nothing.
- Specified by:
exitAssignment
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterKeypair
public void enterKeypair(AuthnFlowParser.KeypairContext ctx)
Enter a parse tree produced byAuthnFlowParser.keypair()
.The default implementation does nothing.
- Specified by:
enterKeypair
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitKeypair
public void exitKeypair(AuthnFlowParser.KeypairContext ctx)
Exit a parse tree produced byAuthnFlowParser.keypair()
.The default implementation does nothing.
- Specified by:
exitKeypair
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterRfac
public void enterRfac(AuthnFlowParser.RfacContext ctx)
Enter a parse tree produced byAuthnFlowParser.rfac()
.The default implementation does nothing.
- Specified by:
enterRfac
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitRfac
public void exitRfac(AuthnFlowParser.RfacContext ctx)
Exit a parse tree produced byAuthnFlowParser.rfac()
.The default implementation does nothing.
- Specified by:
exitRfac
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterFinish
public void enterFinish(AuthnFlowParser.FinishContext ctx)
Enter a parse tree produced byAuthnFlowParser.finish()
.The default implementation does nothing.
- Specified by:
enterFinish
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitFinish
public void exitFinish(AuthnFlowParser.FinishContext ctx)
Exit a parse tree produced byAuthnFlowParser.finish()
.The default implementation does nothing.
- Specified by:
exitFinish
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterChoice
public void enterChoice(AuthnFlowParser.ChoiceContext ctx)
Enter a parse tree produced byAuthnFlowParser.choice()
.The default implementation does nothing.
- Specified by:
enterChoice
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitChoice
public void exitChoice(AuthnFlowParser.ChoiceContext ctx)
Exit a parse tree produced byAuthnFlowParser.choice()
.The default implementation does nothing.
- Specified by:
exitChoice
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterOption
public void enterOption(AuthnFlowParser.OptionContext ctx)
Enter a parse tree produced byAuthnFlowParser.option()
.The default implementation does nothing.
- Specified by:
enterOption
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitOption
public void exitOption(AuthnFlowParser.OptionContext ctx)
Exit a parse tree produced byAuthnFlowParser.option()
.The default implementation does nothing.
- Specified by:
exitOption
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterIfelse
public void enterIfelse(AuthnFlowParser.IfelseContext ctx)
Enter a parse tree produced byAuthnFlowParser.ifelse()
.The default implementation does nothing.
- Specified by:
enterIfelse
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitIfelse
public void exitIfelse(AuthnFlowParser.IfelseContext ctx)
Exit a parse tree produced byAuthnFlowParser.ifelse()
.The default implementation does nothing.
- Specified by:
exitIfelse
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterCaseof
public void enterCaseof(AuthnFlowParser.CaseofContext ctx)
Enter a parse tree produced byAuthnFlowParser.caseof()
.The default implementation does nothing.
- Specified by:
enterCaseof
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitCaseof
public void exitCaseof(AuthnFlowParser.CaseofContext ctx)
Exit a parse tree produced byAuthnFlowParser.caseof()
.The default implementation does nothing.
- Specified by:
exitCaseof
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterBoolean_op_expr
public void enterBoolean_op_expr(AuthnFlowParser.Boolean_op_exprContext ctx)
Enter a parse tree produced byAuthnFlowParser.boolean_op_expr()
.The default implementation does nothing.
- Specified by:
enterBoolean_op_expr
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitBoolean_op_expr
public void exitBoolean_op_expr(AuthnFlowParser.Boolean_op_exprContext ctx)
Exit a parse tree produced byAuthnFlowParser.boolean_op_expr()
.The default implementation does nothing.
- Specified by:
exitBoolean_op_expr
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterBoolean_expr
public void enterBoolean_expr(AuthnFlowParser.Boolean_exprContext ctx)
Enter a parse tree produced byAuthnFlowParser.boolean_expr()
.The default implementation does nothing.
- Specified by:
enterBoolean_expr
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitBoolean_expr
public void exitBoolean_expr(AuthnFlowParser.Boolean_exprContext ctx)
Exit a parse tree produced byAuthnFlowParser.boolean_expr()
.The default implementation does nothing.
- Specified by:
exitBoolean_expr
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterElseblock
public void enterElseblock(AuthnFlowParser.ElseblockContext ctx)
Enter a parse tree produced byAuthnFlowParser.elseblock()
.The default implementation does nothing.
- Specified by:
enterElseblock
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitElseblock
public void exitElseblock(AuthnFlowParser.ElseblockContext ctx)
Exit a parse tree produced byAuthnFlowParser.elseblock()
.The default implementation does nothing.
- Specified by:
exitElseblock
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterLoop
public void enterLoop(AuthnFlowParser.LoopContext ctx)
Enter a parse tree produced byAuthnFlowParser.loop()
.The default implementation does nothing.
- Specified by:
enterLoop
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitLoop
public void exitLoop(AuthnFlowParser.LoopContext ctx)
Exit a parse tree produced byAuthnFlowParser.loop()
.The default implementation does nothing.
- Specified by:
exitLoop
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterLoopy
public void enterLoopy(AuthnFlowParser.LoopyContext ctx)
Enter a parse tree produced byAuthnFlowParser.loopy()
.The default implementation does nothing.
- Specified by:
enterLoopy
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitLoopy
public void exitLoopy(AuthnFlowParser.LoopyContext ctx)
Exit a parse tree produced byAuthnFlowParser.loopy()
.The default implementation does nothing.
- Specified by:
exitLoopy
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
enterQuit_stmt
public void enterQuit_stmt(AuthnFlowParser.Quit_stmtContext ctx)
Enter a parse tree produced byAuthnFlowParser.quit_stmt()
.The default implementation does nothing.
- Specified by:
enterQuit_stmt
in interfaceAuthnFlowListener
- Parameters:
ctx
- the parse tree
-
exitQuit_stmt
public void exitQuit_stmt(AuthnFlowParser.Quit_stmtContext ctx)
Exit a parse tree produced byAuthnFlowParser.quit_stmt()
.The default implementation does nothing.
- Specified by:
exitQuit_stmt
in interfaceAuthnFlowListener
- 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
-
-