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:
enterFlowin 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:
exitFlowin 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:
enterHeaderin 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:
exitHeaderin 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:
enterQnamein 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:
exitQnamein 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:
enterBasein 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:
exitBasein 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:
enterTimeoutin 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:
exitTimeoutin 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:
enterConfigsin 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:
exitConfigsin 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:
enterInputsin 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:
exitInputsin 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_varin 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_varin 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:
enterStatementin 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:
exitStatementin 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:
enterPreassignin 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:
exitPreassignin 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_catchin 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_catchin 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:
enterVariablein 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:
exitVariablein 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_callin 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_callin 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:
enterOverridesin 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:
exitOverridesin 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_callin 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_callin 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_callin 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_callin 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:
enterLogin 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:
exitLogin 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_callin 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_callin 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_callin 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_callin 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:
enterArgumentin 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:
exitArgumentin 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_exprin 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_exprin 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:
enterLiteralin 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:
exitLiteralin 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:
enterExpressionin 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:
exitExpressionin 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_exprin 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_exprin 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_exprin 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_exprin 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:
enterAssignmentin 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:
exitAssignmentin 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:
enterKeypairin 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:
exitKeypairin 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:
enterRfacin 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:
exitRfacin 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:
enterFinishin 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:
exitFinishin 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:
enterChoicein 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:
exitChoicein 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:
enterOptionin 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:
exitOptionin 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:
enterIfelsein 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:
exitIfelsein 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:
enterCaseofin 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:
exitCaseofin 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_exprin 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_exprin 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_exprin 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_exprin 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:
enterElseblockin 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:
exitElseblockin 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:
enterLoopin 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:
exitLoopin 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:
enterLoopyin 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:
exitLoopyin 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_stmtin 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_stmtin interfaceAuthnFlowListener- 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
-
-