Antlr4.Runtime.Atn.ATNConfig.ActionSemanticContextATNConfig.ActionSemanticContextATNConfig C# (CSharp) Method

ActionSemanticContextATNConfig() public method

public ActionSemanticContextATNConfig ( LexerActionExecutor lexerActionExecutor, SemanticContext semanticContext, ATNConfig c, ATNState state, PredictionContext context, bool passedThroughNonGreedyDecision ) : System
lexerActionExecutor LexerActionExecutor
semanticContext SemanticContext
c ATNConfig
state ATNState
context PredictionContext
passedThroughNonGreedyDecision bool
return System
            public ActionSemanticContextATNConfig(LexerActionExecutor lexerActionExecutor, SemanticContext semanticContext, ATNConfig c, ATNState state, PredictionContext context, bool passedThroughNonGreedyDecision)
                : base(semanticContext, c, state, context)
            {
                this.lexerActionExecutor = lexerActionExecutor;
                this.passedThroughNonGreedyDecision = passedThroughNonGreedyDecision;
            }

Same methods

ATNConfig.ActionSemanticContextATNConfig::ActionSemanticContextATNConfig ( LexerActionExecutor lexerActionExecutor, SemanticContext semanticContext, ATNState state, int alt, PredictionContext context, bool passedThroughNonGreedyDecision ) : System
ATNConfig.ActionSemanticContextATNConfig