Package io.jans.agama.antlr
Class AuthnFlowParser
- java.lang.Object
-
- org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
- org.antlr.v4.runtime.Parser
-
- io.jans.agama.antlr.AuthnFlowParser
-
public class AuthnFlowParser extends org.antlr.v4.runtime.Parser
-
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description static org.antlr.v4.runtime.atn.ATN
_ATN
protected static org.antlr.v4.runtime.dfa.DFA[]
_decisionToDFA
static String
_serializedATN
protected static org.antlr.v4.runtime.atn.PredictionContextCache
_sharedContextCache
static int
ACTIONCALL
static int
ALPHANUM
static int
AND
static int
BASE
static int
BOOL
static int
COMMENT
static int
CONFIGS
static int
DECIMAL
static int
DEDENT
static int
DOTEXPR
static int
DOTIDXEXPR
static int
EQ
static int
EVALNUM
static int
FINISH
static int
FLOWCALL
static int
FLOWINPUTS
static int
FLOWSTART
static int
INDENT
static int
IS
static int
ITERATE
static int
LOG
static int
MATCH
static int
MAXTIMES
static int
MINUS
static int
NL
static int
NOT
static int
NUL
static int
OR
static int
OTHERWISE
static int
OVERRIDE
static int
QNAME
static int
QUIT
static int
REPEAT
static int
RFAC
static int
RRFCALL
static int
RULE_action_call
static int
RULE_argument
static int
RULE_array_expr
static int
RULE_assignment
static int
RULE_base
static int
RULE_boolean_expr
static int
RULE_boolean_op_expr
static int
RULE_caseof
static int
RULE_choice
static int
RULE_configs
static int
RULE_elseblock
static int
RULE_expression
static int
RULE_finish
static int
RULE_flow
static int
RULE_flow_call
static int
RULE_header
static int
RULE_ifelse
static int
RULE_inputs
static int
RULE_keypair
static int
RULE_literal
static int
RULE_log
static int
RULE_loop
static int
RULE_loopy
static int
RULE_object_expr
static int
RULE_oo_call
static int
RULE_option
static int
RULE_overrides
static int
RULE_preassign
static int
RULE_preassign_catch
static int
RULE_qname
static int
RULE_quit_stmt
static int
RULE_rfac
static int
RULE_rrf_call
static int
RULE_short_var
static int
RULE_simple_expr
static int
RULE_statement
static int
RULE_static_call
static int
RULE_timeout
static int
RULE_variable
static String[]
ruleNames
static int
SECS
static int
SINT
static int
SPCOMMA
static int
STRING
static int
T__0
static int
T__1
static int
T__2
static int
T__3
static int
T__4
static int
T__5
static int
T__6
static int
T__7
static int
TIMEOUT
static int
TO
static String[]
tokenNames
Deprecated.UseVOCABULARY
instead.static int
UINT
static int
USE
static org.antlr.v4.runtime.Vocabulary
VOCABULARY
static int
WHEN
static int
WS
-
Constructor Summary
Constructors Constructor Description AuthnFlowParser(org.antlr.v4.runtime.TokenStream input)
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.Parser
addContextToParseTree, addParseListener, compileParseTreePattern, compileParseTreePattern, consume, createErrorNode, createTerminalNode, dumpDFA, enterOuterAlt, enterRecursionRule, enterRecursionRule, enterRule, exitRule, getATNWithBypassAlts, getBuildParseTree, getContext, getCurrentToken, getDFAStrings, getErrorHandler, getExpectedTokens, getExpectedTokensWithinCurrentRule, getInputStream, getInvokingContext, getNumberOfSyntaxErrors, getParseInfo, getParseListeners, getPrecedence, getRuleContext, getRuleIndex, getRuleInvocationStack, getRuleInvocationStack, getSourceName, getTokenFactory, getTokenStream, getTrimParseTree, inContext, isExpectedToken, isMatchedEOF, isTrace, match, matchWildcard, notifyErrorListeners, notifyErrorListeners, precpred, pushNewRecursionContext, removeParseListener, removeParseListeners, reset, setBuildParseTree, setContext, setErrorHandler, setInputStream, setProfile, setTokenFactory, setTokenStream, setTrace, setTrimParseTree, triggerEnterRuleEvent, triggerExitRuleEvent, unrollRecursionContexts
-
Methods inherited from class org.antlr.v4.runtime.Recognizer
action, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setState
-
-
-
-
Field Detail
-
_decisionToDFA
protected static final org.antlr.v4.runtime.dfa.DFA[] _decisionToDFA
-
_sharedContextCache
protected static final org.antlr.v4.runtime.atn.PredictionContextCache _sharedContextCache
-
T__0
public static final int T__0
- See Also:
- Constant Field Values
-
T__1
public static final int T__1
- See Also:
- Constant Field Values
-
T__2
public static final int T__2
- See Also:
- Constant Field Values
-
T__3
public static final int T__3
- See Also:
- Constant Field Values
-
T__4
public static final int T__4
- See Also:
- Constant Field Values
-
T__5
public static final int T__5
- See Also:
- Constant Field Values
-
T__6
public static final int T__6
- See Also:
- Constant Field Values
-
T__7
public static final int T__7
- See Also:
- Constant Field Values
-
NL
public static final int NL
- See Also:
- Constant Field Values
-
COMMENT
public static final int COMMENT
- See Also:
- Constant Field Values
-
FLOWSTART
public static final int FLOWSTART
- See Also:
- Constant Field Values
-
BASE
public static final int BASE
- See Also:
- Constant Field Values
-
TIMEOUT
public static final int TIMEOUT
- See Also:
- Constant Field Values
-
CONFIGS
public static final int CONFIGS
- See Also:
- Constant Field Values
-
FLOWINPUTS
public static final int FLOWINPUTS
- See Also:
- Constant Field Values
-
LOG
public static final int LOG
- See Also:
- Constant Field Values
-
FLOWCALL
public static final int FLOWCALL
- See Also:
- Constant Field Values
-
ACTIONCALL
public static final int ACTIONCALL
- See Also:
- Constant Field Values
-
RRFCALL
public static final int RRFCALL
- See Also:
- Constant Field Values
-
OVERRIDE
public static final int OVERRIDE
- See Also:
- Constant Field Values
-
WHEN
public static final int WHEN
- See Also:
- Constant Field Values
-
OTHERWISE
public static final int OTHERWISE
- See Also:
- Constant Field Values
-
REPEAT
public static final int REPEAT
- See Also:
- Constant Field Values
-
ITERATE
public static final int ITERATE
- See Also:
- Constant Field Values
-
MATCH
public static final int MATCH
- See Also:
- Constant Field Values
-
QUIT
public static final int QUIT
- See Also:
- Constant Field Values
-
FINISH
public static final int FINISH
- See Also:
- Constant Field Values
-
RFAC
public static final int RFAC
- See Also:
- Constant Field Values
-
IS
public static final int IS
- See Also:
- Constant Field Values
-
NOT
public static final int NOT
- See Also:
- Constant Field Values
-
AND
public static final int AND
- See Also:
- Constant Field Values
-
OR
public static final int OR
- See Also:
- Constant Field Values
-
SECS
public static final int SECS
- See Also:
- Constant Field Values
-
TO
public static final int TO
- See Also:
- Constant Field Values
-
MAXTIMES
public static final int MAXTIMES
- See Also:
- Constant Field Values
-
USE
public static final int USE
- See Also:
- Constant Field Values
-
EQ
public static final int EQ
- See Also:
- Constant Field Values
-
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
-
NUL
public static final int NUL
- See Also:
- Constant Field Values
-
BOOL
public static final int BOOL
- See Also:
- Constant Field Values
-
STRING
public static final int STRING
- See Also:
- Constant Field Values
-
UINT
public static final int UINT
- See Also:
- Constant Field Values
-
SINT
public static final int SINT
- See Also:
- Constant Field Values
-
DECIMAL
public static final int DECIMAL
- See Also:
- Constant Field Values
-
ALPHANUM
public static final int ALPHANUM
- See Also:
- Constant Field Values
-
QNAME
public static final int QNAME
- See Also:
- Constant Field Values
-
EVALNUM
public static final int EVALNUM
- See Also:
- Constant Field Values
-
DOTEXPR
public static final int DOTEXPR
- See Also:
- Constant Field Values
-
DOTIDXEXPR
public static final int DOTIDXEXPR
- See Also:
- Constant Field Values
-
SPCOMMA
public static final int SPCOMMA
- See Also:
- Constant Field Values
-
WS
public static final int WS
- See Also:
- Constant Field Values
-
INDENT
public static final int INDENT
- See Also:
- Constant Field Values
-
DEDENT
public static final int DEDENT
- See Also:
- Constant Field Values
-
RULE_flow
public static final int RULE_flow
- See Also:
- Constant Field Values
-
RULE_header
public static final int RULE_header
- See Also:
- Constant Field Values
-
RULE_qname
public static final int RULE_qname
- See Also:
- Constant Field Values
-
RULE_base
public static final int RULE_base
- See Also:
- Constant Field Values
-
RULE_timeout
public static final int RULE_timeout
- See Also:
- Constant Field Values
-
RULE_configs
public static final int RULE_configs
- See Also:
- Constant Field Values
-
RULE_inputs
public static final int RULE_inputs
- See Also:
- Constant Field Values
-
RULE_short_var
public static final int RULE_short_var
- See Also:
- Constant Field Values
-
RULE_statement
public static final int RULE_statement
- See Also:
- Constant Field Values
-
RULE_preassign
public static final int RULE_preassign
- See Also:
- Constant Field Values
-
RULE_preassign_catch
public static final int RULE_preassign_catch
- See Also:
- Constant Field Values
-
RULE_variable
public static final int RULE_variable
- See Also:
- Constant Field Values
-
RULE_flow_call
public static final int RULE_flow_call
- See Also:
- Constant Field Values
-
RULE_overrides
public static final int RULE_overrides
- See Also:
- Constant Field Values
-
RULE_action_call
public static final int RULE_action_call
- See Also:
- Constant Field Values
-
RULE_rrf_call
public static final int RULE_rrf_call
- See Also:
- Constant Field Values
-
RULE_log
public static final int RULE_log
- See Also:
- Constant Field Values
-
RULE_static_call
public static final int RULE_static_call
- See Also:
- Constant Field Values
-
RULE_oo_call
public static final int RULE_oo_call
- See Also:
- Constant Field Values
-
RULE_argument
public static final int RULE_argument
- See Also:
- Constant Field Values
-
RULE_simple_expr
public static final int RULE_simple_expr
- See Also:
- Constant Field Values
-
RULE_literal
public static final int RULE_literal
- See Also:
- Constant Field Values
-
RULE_expression
public static final int RULE_expression
- See Also:
- Constant Field Values
-
RULE_array_expr
public static final int RULE_array_expr
- See Also:
- Constant Field Values
-
RULE_object_expr
public static final int RULE_object_expr
- See Also:
- Constant Field Values
-
RULE_assignment
public static final int RULE_assignment
- See Also:
- Constant Field Values
-
RULE_keypair
public static final int RULE_keypair
- See Also:
- Constant Field Values
-
RULE_rfac
public static final int RULE_rfac
- See Also:
- Constant Field Values
-
RULE_finish
public static final int RULE_finish
- See Also:
- Constant Field Values
-
RULE_choice
public static final int RULE_choice
- See Also:
- Constant Field Values
-
RULE_option
public static final int RULE_option
- See Also:
- Constant Field Values
-
RULE_ifelse
public static final int RULE_ifelse
- See Also:
- Constant Field Values
-
RULE_caseof
public static final int RULE_caseof
- See Also:
- Constant Field Values
-
RULE_boolean_op_expr
public static final int RULE_boolean_op_expr
- See Also:
- Constant Field Values
-
RULE_boolean_expr
public static final int RULE_boolean_expr
- See Also:
- Constant Field Values
-
RULE_elseblock
public static final int RULE_elseblock
- See Also:
- Constant Field Values
-
RULE_loop
public static final int RULE_loop
- See Also:
- Constant Field Values
-
RULE_loopy
public static final int RULE_loopy
- See Also:
- Constant Field Values
-
RULE_quit_stmt
public static final int RULE_quit_stmt
- See Also:
- Constant Field Values
-
ruleNames
public static final String[] ruleNames
-
VOCABULARY
public static final org.antlr.v4.runtime.Vocabulary VOCABULARY
-
tokenNames
@Deprecated public static final String[] tokenNames
Deprecated.UseVOCABULARY
instead.
-
_serializedATN
public static final String _serializedATN
- See Also:
- Constant Field Values
-
_ATN
public static final org.antlr.v4.runtime.atn.ATN _ATN
-
-
Method Detail
-
getTokenNames
@Deprecated public String[] getTokenNames()
Deprecated.- Specified by:
getTokenNames
in classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getVocabulary
public org.antlr.v4.runtime.Vocabulary getVocabulary()
- Overrides:
getVocabulary
in classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getGrammarFileName
public String getGrammarFileName()
- Specified by:
getGrammarFileName
in classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getRuleNames
public String[] getRuleNames()
- Specified by:
getRuleNames
in classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getSerializedATN
public String getSerializedATN()
- Overrides:
getSerializedATN
in classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getATN
public org.antlr.v4.runtime.atn.ATN getATN()
- Specified by:
getATN
in classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
flow
public final AuthnFlowParser.FlowContext flow() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
header
public final AuthnFlowParser.HeaderContext header() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
qname
public final AuthnFlowParser.QnameContext qname() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
base
public final AuthnFlowParser.BaseContext base() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
timeout
public final AuthnFlowParser.TimeoutContext timeout() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
configs
public final AuthnFlowParser.ConfigsContext configs() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
inputs
public final AuthnFlowParser.InputsContext inputs() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
short_var
public final AuthnFlowParser.Short_varContext short_var() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
statement
public final AuthnFlowParser.StatementContext statement() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
preassign
public final AuthnFlowParser.PreassignContext preassign() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
preassign_catch
public final AuthnFlowParser.Preassign_catchContext preassign_catch() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
variable
public final AuthnFlowParser.VariableContext variable() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
flow_call
public final AuthnFlowParser.Flow_callContext flow_call() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
overrides
public final AuthnFlowParser.OverridesContext overrides() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
action_call
public final AuthnFlowParser.Action_callContext action_call() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
rrf_call
public final AuthnFlowParser.Rrf_callContext rrf_call() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
log
public final AuthnFlowParser.LogContext log() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
static_call
public final AuthnFlowParser.Static_callContext static_call() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
oo_call
public final AuthnFlowParser.Oo_callContext oo_call() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
argument
public final AuthnFlowParser.ArgumentContext argument() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
simple_expr
public final AuthnFlowParser.Simple_exprContext simple_expr() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
literal
public final AuthnFlowParser.LiteralContext literal() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
expression
public final AuthnFlowParser.ExpressionContext expression() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
array_expr
public final AuthnFlowParser.Array_exprContext array_expr() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
object_expr
public final AuthnFlowParser.Object_exprContext object_expr() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
assignment
public final AuthnFlowParser.AssignmentContext assignment() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
keypair
public final AuthnFlowParser.KeypairContext keypair() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
rfac
public final AuthnFlowParser.RfacContext rfac() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
finish
public final AuthnFlowParser.FinishContext finish() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
choice
public final AuthnFlowParser.ChoiceContext choice() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
option
public final AuthnFlowParser.OptionContext option() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
ifelse
public final AuthnFlowParser.IfelseContext ifelse() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
caseof
public final AuthnFlowParser.CaseofContext caseof() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
boolean_op_expr
public final AuthnFlowParser.Boolean_op_exprContext boolean_op_expr() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
boolean_expr
public final AuthnFlowParser.Boolean_exprContext boolean_expr() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
elseblock
public final AuthnFlowParser.ElseblockContext elseblock() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
loop
public final AuthnFlowParser.LoopContext loop() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
loopy
public final AuthnFlowParser.LoopyContext loopy() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
quit_stmt
public final AuthnFlowParser.Quit_stmtContext quit_stmt() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
-