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

Inheritance: ATNConfig
Show file Open project: sharwell/antlr4cs

Public Methods

Method Description
ActionATNConfig ( LexerActionExecutor lexerActionExecutor, ATNState state, int alt, PredictionContext context, bool passedThroughNonGreedyDecision ) : System

Protected Methods

Method Description
ActionATNConfig ( LexerActionExecutor lexerActionExecutor, ATNConfig c, ATNState state, PredictionContext context, bool passedThroughNonGreedyDecision ) : System

Method Details

ActionATNConfig() protected method

protected ActionATNConfig ( LexerActionExecutor lexerActionExecutor, ATNConfig c, ATNState state, PredictionContext context, bool passedThroughNonGreedyDecision ) : System
lexerActionExecutor LexerActionExecutor
c ATNConfig
state ATNState
context PredictionContext
passedThroughNonGreedyDecision bool
return System

ActionATNConfig() public method

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