Package io.jans.agama.antlr
Class AuthnFlowParser.StatementContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.jans.agama.antlr.AuthnFlowParser.StatementContext
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree
,org.antlr.v4.runtime.tree.RuleNode
,org.antlr.v4.runtime.tree.SyntaxTree
,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- AuthnFlowParser
public static class AuthnFlowParser.StatementContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description StatementContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthnFlowParser.Action_callContext
action_call()
AuthnFlowParser.AssignmentContext
assignment()
AuthnFlowParser.ChoiceContext
choice()
void
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
void
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
AuthnFlowParser.FinishContext
finish()
AuthnFlowParser.Flow_callContext
flow_call()
int
getRuleIndex()
AuthnFlowParser.IfelseContext
ifelse()
AuthnFlowParser.LogContext
log()
AuthnFlowParser.LoopContext
loop()
AuthnFlowParser.LoopyContext
loopy()
AuthnFlowParser.RfacContext
rfac()
AuthnFlowParser.Rrf_callContext
rrf_call()
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
flow_call
public AuthnFlowParser.Flow_callContext flow_call()
-
action_call
public AuthnFlowParser.Action_callContext action_call()
-
rrf_call
public AuthnFlowParser.Rrf_callContext rrf_call()
-
assignment
public AuthnFlowParser.AssignmentContext assignment()
-
log
public AuthnFlowParser.LogContext log()
-
rfac
public AuthnFlowParser.RfacContext rfac()
-
finish
public AuthnFlowParser.FinishContext finish()
-
ifelse
public AuthnFlowParser.IfelseContext ifelse()
-
choice
public AuthnFlowParser.ChoiceContext choice()
-
loop
public AuthnFlowParser.LoopContext loop()
-
loopy
public AuthnFlowParser.LoopyContext loopy()
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndex
in classorg.antlr.v4.runtime.RuleContext
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRule
in classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRule
in classorg.antlr.v4.runtime.ParserRuleContext
-
-