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

Inheritance: ATNConfig
Afficher le fichier Open project: sharwell/antlr4cs

Méthodes publiques

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

Méthodes protégées

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

Method Details

ActionATNConfig() protected méthode

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

ActionATNConfig() public méthode

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