C# Class Antlr4.Runtime.Atn.ATNConfig.ActionSemanticContextATNConfig

Inheritance: ATNConfig.SemanticContextATNConfig
Show file Open project: sharwell/antlr4cs

Public Methods

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

Method Details

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

ActionSemanticContextATNConfig() public method

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