Package io.jans.agama.antlr
Interface AuthnFlowListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
AuthnFlowBaseListener
public interface AuthnFlowListener extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced byAuthnFlowParser
.
-
-
Method Summary
-
-
-
Method Detail
-
enterFlow
void enterFlow(AuthnFlowParser.FlowContext ctx)
Enter a parse tree produced byAuthnFlowParser.flow()
.- Parameters:
ctx
- the parse tree
-
exitFlow
void exitFlow(AuthnFlowParser.FlowContext ctx)
Exit a parse tree produced byAuthnFlowParser.flow()
.- Parameters:
ctx
- the parse tree
-
enterHeader
void enterHeader(AuthnFlowParser.HeaderContext ctx)
Enter a parse tree produced byAuthnFlowParser.header()
.- Parameters:
ctx
- the parse tree
-
exitHeader
void exitHeader(AuthnFlowParser.HeaderContext ctx)
Exit a parse tree produced byAuthnFlowParser.header()
.- Parameters:
ctx
- the parse tree
-
enterQname
void enterQname(AuthnFlowParser.QnameContext ctx)
Enter a parse tree produced byAuthnFlowParser.qname()
.- Parameters:
ctx
- the parse tree
-
exitQname
void exitQname(AuthnFlowParser.QnameContext ctx)
Exit a parse tree produced byAuthnFlowParser.qname()
.- Parameters:
ctx
- the parse tree
-
enterBase
void enterBase(AuthnFlowParser.BaseContext ctx)
Enter a parse tree produced byAuthnFlowParser.base()
.- Parameters:
ctx
- the parse tree
-
exitBase
void exitBase(AuthnFlowParser.BaseContext ctx)
Exit a parse tree produced byAuthnFlowParser.base()
.- Parameters:
ctx
- the parse tree
-
enterTimeout
void enterTimeout(AuthnFlowParser.TimeoutContext ctx)
Enter a parse tree produced byAuthnFlowParser.timeout()
.- Parameters:
ctx
- the parse tree
-
exitTimeout
void exitTimeout(AuthnFlowParser.TimeoutContext ctx)
Exit a parse tree produced byAuthnFlowParser.timeout()
.- Parameters:
ctx
- the parse tree
-
enterConfigs
void enterConfigs(AuthnFlowParser.ConfigsContext ctx)
Enter a parse tree produced byAuthnFlowParser.configs()
.- Parameters:
ctx
- the parse tree
-
exitConfigs
void exitConfigs(AuthnFlowParser.ConfigsContext ctx)
Exit a parse tree produced byAuthnFlowParser.configs()
.- Parameters:
ctx
- the parse tree
-
enterInputs
void enterInputs(AuthnFlowParser.InputsContext ctx)
Enter a parse tree produced byAuthnFlowParser.inputs()
.- Parameters:
ctx
- the parse tree
-
exitInputs
void exitInputs(AuthnFlowParser.InputsContext ctx)
Exit a parse tree produced byAuthnFlowParser.inputs()
.- Parameters:
ctx
- the parse tree
-
enterShort_var
void enterShort_var(AuthnFlowParser.Short_varContext ctx)
Enter a parse tree produced byAuthnFlowParser.short_var()
.- Parameters:
ctx
- the parse tree
-
exitShort_var
void exitShort_var(AuthnFlowParser.Short_varContext ctx)
Exit a parse tree produced byAuthnFlowParser.short_var()
.- Parameters:
ctx
- the parse tree
-
enterStatement
void enterStatement(AuthnFlowParser.StatementContext ctx)
Enter a parse tree produced byAuthnFlowParser.statement()
.- Parameters:
ctx
- the parse tree
-
exitStatement
void exitStatement(AuthnFlowParser.StatementContext ctx)
Exit a parse tree produced byAuthnFlowParser.statement()
.- Parameters:
ctx
- the parse tree
-
enterPreassign
void enterPreassign(AuthnFlowParser.PreassignContext ctx)
Enter a parse tree produced byAuthnFlowParser.preassign()
.- Parameters:
ctx
- the parse tree
-
exitPreassign
void exitPreassign(AuthnFlowParser.PreassignContext ctx)
Exit a parse tree produced byAuthnFlowParser.preassign()
.- Parameters:
ctx
- the parse tree
-
enterPreassign_catch
void enterPreassign_catch(AuthnFlowParser.Preassign_catchContext ctx)
Enter a parse tree produced byAuthnFlowParser.preassign_catch()
.- Parameters:
ctx
- the parse tree
-
exitPreassign_catch
void exitPreassign_catch(AuthnFlowParser.Preassign_catchContext ctx)
Exit a parse tree produced byAuthnFlowParser.preassign_catch()
.- Parameters:
ctx
- the parse tree
-
enterVariable
void enterVariable(AuthnFlowParser.VariableContext ctx)
Enter a parse tree produced byAuthnFlowParser.variable()
.- Parameters:
ctx
- the parse tree
-
exitVariable
void exitVariable(AuthnFlowParser.VariableContext ctx)
Exit a parse tree produced byAuthnFlowParser.variable()
.- Parameters:
ctx
- the parse tree
-
enterFlow_call
void enterFlow_call(AuthnFlowParser.Flow_callContext ctx)
Enter a parse tree produced byAuthnFlowParser.flow_call()
.- Parameters:
ctx
- the parse tree
-
exitFlow_call
void exitFlow_call(AuthnFlowParser.Flow_callContext ctx)
Exit a parse tree produced byAuthnFlowParser.flow_call()
.- Parameters:
ctx
- the parse tree
-
enterOverrides
void enterOverrides(AuthnFlowParser.OverridesContext ctx)
Enter a parse tree produced byAuthnFlowParser.overrides()
.- Parameters:
ctx
- the parse tree
-
exitOverrides
void exitOverrides(AuthnFlowParser.OverridesContext ctx)
Exit a parse tree produced byAuthnFlowParser.overrides()
.- Parameters:
ctx
- the parse tree
-
enterAction_call
void enterAction_call(AuthnFlowParser.Action_callContext ctx)
Enter a parse tree produced byAuthnFlowParser.action_call()
.- Parameters:
ctx
- the parse tree
-
exitAction_call
void exitAction_call(AuthnFlowParser.Action_callContext ctx)
Exit a parse tree produced byAuthnFlowParser.action_call()
.- Parameters:
ctx
- the parse tree
-
enterRrf_call
void enterRrf_call(AuthnFlowParser.Rrf_callContext ctx)
Enter a parse tree produced byAuthnFlowParser.rrf_call()
.- Parameters:
ctx
- the parse tree
-
exitRrf_call
void exitRrf_call(AuthnFlowParser.Rrf_callContext ctx)
Exit a parse tree produced byAuthnFlowParser.rrf_call()
.- Parameters:
ctx
- the parse tree
-
enterLog
void enterLog(AuthnFlowParser.LogContext ctx)
Enter a parse tree produced byAuthnFlowParser.log()
.- Parameters:
ctx
- the parse tree
-
exitLog
void exitLog(AuthnFlowParser.LogContext ctx)
Exit a parse tree produced byAuthnFlowParser.log()
.- Parameters:
ctx
- the parse tree
-
enterStatic_call
void enterStatic_call(AuthnFlowParser.Static_callContext ctx)
Enter a parse tree produced byAuthnFlowParser.static_call()
.- Parameters:
ctx
- the parse tree
-
exitStatic_call
void exitStatic_call(AuthnFlowParser.Static_callContext ctx)
Exit a parse tree produced byAuthnFlowParser.static_call()
.- Parameters:
ctx
- the parse tree
-
enterOo_call
void enterOo_call(AuthnFlowParser.Oo_callContext ctx)
Enter a parse tree produced byAuthnFlowParser.oo_call()
.- Parameters:
ctx
- the parse tree
-
exitOo_call
void exitOo_call(AuthnFlowParser.Oo_callContext ctx)
Exit a parse tree produced byAuthnFlowParser.oo_call()
.- Parameters:
ctx
- the parse tree
-
enterArgument
void enterArgument(AuthnFlowParser.ArgumentContext ctx)
Enter a parse tree produced byAuthnFlowParser.argument()
.- Parameters:
ctx
- the parse tree
-
exitArgument
void exitArgument(AuthnFlowParser.ArgumentContext ctx)
Exit a parse tree produced byAuthnFlowParser.argument()
.- Parameters:
ctx
- the parse tree
-
enterSimple_expr
void enterSimple_expr(AuthnFlowParser.Simple_exprContext ctx)
Enter a parse tree produced byAuthnFlowParser.simple_expr()
.- Parameters:
ctx
- the parse tree
-
exitSimple_expr
void exitSimple_expr(AuthnFlowParser.Simple_exprContext ctx)
Exit a parse tree produced byAuthnFlowParser.simple_expr()
.- Parameters:
ctx
- the parse tree
-
enterLiteral
void enterLiteral(AuthnFlowParser.LiteralContext ctx)
Enter a parse tree produced byAuthnFlowParser.literal()
.- Parameters:
ctx
- the parse tree
-
exitLiteral
void exitLiteral(AuthnFlowParser.LiteralContext ctx)
Exit a parse tree produced byAuthnFlowParser.literal()
.- Parameters:
ctx
- the parse tree
-
enterExpression
void enterExpression(AuthnFlowParser.ExpressionContext ctx)
Enter a parse tree produced byAuthnFlowParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExpression
void exitExpression(AuthnFlowParser.ExpressionContext ctx)
Exit a parse tree produced byAuthnFlowParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterArray_expr
void enterArray_expr(AuthnFlowParser.Array_exprContext ctx)
Enter a parse tree produced byAuthnFlowParser.array_expr()
.- Parameters:
ctx
- the parse tree
-
exitArray_expr
void exitArray_expr(AuthnFlowParser.Array_exprContext ctx)
Exit a parse tree produced byAuthnFlowParser.array_expr()
.- Parameters:
ctx
- the parse tree
-
enterObject_expr
void enterObject_expr(AuthnFlowParser.Object_exprContext ctx)
Enter a parse tree produced byAuthnFlowParser.object_expr()
.- Parameters:
ctx
- the parse tree
-
exitObject_expr
void exitObject_expr(AuthnFlowParser.Object_exprContext ctx)
Exit a parse tree produced byAuthnFlowParser.object_expr()
.- Parameters:
ctx
- the parse tree
-
enterAssignment
void enterAssignment(AuthnFlowParser.AssignmentContext ctx)
Enter a parse tree produced byAuthnFlowParser.assignment()
.- Parameters:
ctx
- the parse tree
-
exitAssignment
void exitAssignment(AuthnFlowParser.AssignmentContext ctx)
Exit a parse tree produced byAuthnFlowParser.assignment()
.- Parameters:
ctx
- the parse tree
-
enterKeypair
void enterKeypair(AuthnFlowParser.KeypairContext ctx)
Enter a parse tree produced byAuthnFlowParser.keypair()
.- Parameters:
ctx
- the parse tree
-
exitKeypair
void exitKeypair(AuthnFlowParser.KeypairContext ctx)
Exit a parse tree produced byAuthnFlowParser.keypair()
.- Parameters:
ctx
- the parse tree
-
enterRfac
void enterRfac(AuthnFlowParser.RfacContext ctx)
Enter a parse tree produced byAuthnFlowParser.rfac()
.- Parameters:
ctx
- the parse tree
-
exitRfac
void exitRfac(AuthnFlowParser.RfacContext ctx)
Exit a parse tree produced byAuthnFlowParser.rfac()
.- Parameters:
ctx
- the parse tree
-
enterFinish
void enterFinish(AuthnFlowParser.FinishContext ctx)
Enter a parse tree produced byAuthnFlowParser.finish()
.- Parameters:
ctx
- the parse tree
-
exitFinish
void exitFinish(AuthnFlowParser.FinishContext ctx)
Exit a parse tree produced byAuthnFlowParser.finish()
.- Parameters:
ctx
- the parse tree
-
enterChoice
void enterChoice(AuthnFlowParser.ChoiceContext ctx)
Enter a parse tree produced byAuthnFlowParser.choice()
.- Parameters:
ctx
- the parse tree
-
exitChoice
void exitChoice(AuthnFlowParser.ChoiceContext ctx)
Exit a parse tree produced byAuthnFlowParser.choice()
.- Parameters:
ctx
- the parse tree
-
enterOption
void enterOption(AuthnFlowParser.OptionContext ctx)
Enter a parse tree produced byAuthnFlowParser.option()
.- Parameters:
ctx
- the parse tree
-
exitOption
void exitOption(AuthnFlowParser.OptionContext ctx)
Exit a parse tree produced byAuthnFlowParser.option()
.- Parameters:
ctx
- the parse tree
-
enterIfelse
void enterIfelse(AuthnFlowParser.IfelseContext ctx)
Enter a parse tree produced byAuthnFlowParser.ifelse()
.- Parameters:
ctx
- the parse tree
-
exitIfelse
void exitIfelse(AuthnFlowParser.IfelseContext ctx)
Exit a parse tree produced byAuthnFlowParser.ifelse()
.- Parameters:
ctx
- the parse tree
-
enterCaseof
void enterCaseof(AuthnFlowParser.CaseofContext ctx)
Enter a parse tree produced byAuthnFlowParser.caseof()
.- Parameters:
ctx
- the parse tree
-
exitCaseof
void exitCaseof(AuthnFlowParser.CaseofContext ctx)
Exit a parse tree produced byAuthnFlowParser.caseof()
.- Parameters:
ctx
- the parse tree
-
enterBoolean_op_expr
void enterBoolean_op_expr(AuthnFlowParser.Boolean_op_exprContext ctx)
Enter a parse tree produced byAuthnFlowParser.boolean_op_expr()
.- Parameters:
ctx
- the parse tree
-
exitBoolean_op_expr
void exitBoolean_op_expr(AuthnFlowParser.Boolean_op_exprContext ctx)
Exit a parse tree produced byAuthnFlowParser.boolean_op_expr()
.- Parameters:
ctx
- the parse tree
-
enterBoolean_expr
void enterBoolean_expr(AuthnFlowParser.Boolean_exprContext ctx)
Enter a parse tree produced byAuthnFlowParser.boolean_expr()
.- Parameters:
ctx
- the parse tree
-
exitBoolean_expr
void exitBoolean_expr(AuthnFlowParser.Boolean_exprContext ctx)
Exit a parse tree produced byAuthnFlowParser.boolean_expr()
.- Parameters:
ctx
- the parse tree
-
enterElseblock
void enterElseblock(AuthnFlowParser.ElseblockContext ctx)
Enter a parse tree produced byAuthnFlowParser.elseblock()
.- Parameters:
ctx
- the parse tree
-
exitElseblock
void exitElseblock(AuthnFlowParser.ElseblockContext ctx)
Exit a parse tree produced byAuthnFlowParser.elseblock()
.- Parameters:
ctx
- the parse tree
-
enterLoop
void enterLoop(AuthnFlowParser.LoopContext ctx)
Enter a parse tree produced byAuthnFlowParser.loop()
.- Parameters:
ctx
- the parse tree
-
exitLoop
void exitLoop(AuthnFlowParser.LoopContext ctx)
Exit a parse tree produced byAuthnFlowParser.loop()
.- Parameters:
ctx
- the parse tree
-
enterLoopy
void enterLoopy(AuthnFlowParser.LoopyContext ctx)
Enter a parse tree produced byAuthnFlowParser.loopy()
.- Parameters:
ctx
- the parse tree
-
exitLoopy
void exitLoopy(AuthnFlowParser.LoopyContext ctx)
Exit a parse tree produced byAuthnFlowParser.loopy()
.- Parameters:
ctx
- the parse tree
-
enterQuit_stmt
void enterQuit_stmt(AuthnFlowParser.Quit_stmtContext ctx)
Enter a parse tree produced byAuthnFlowParser.quit_stmt()
.- Parameters:
ctx
- the parse tree
-
exitQuit_stmt
void exitQuit_stmt(AuthnFlowParser.Quit_stmtContext ctx)
Exit a parse tree produced byAuthnFlowParser.quit_stmt()
.- Parameters:
ctx
- the parse tree
-
-