C# Класс Antlr4.Runtime.Atn.ATNConfig.ActionATNConfig

Наследование: ATNConfig
Показать файл Открыть проект

Открытые методы

Метод Описание
ActionATNConfig ( LexerActionExecutor lexerActionExecutor, ATNState state, int alt, PredictionContext context, bool passedThroughNonGreedyDecision ) : System

Защищенные методы

Метод Описание
ActionATNConfig ( LexerActionExecutor lexerActionExecutor, ATNConfig c, ATNState state, PredictionContext context, bool passedThroughNonGreedyDecision ) : System

Описание методов

ActionATNConfig() защищенный метод

protected ActionATNConfig ( LexerActionExecutor lexerActionExecutor, ATNConfig c, ATNState state, PredictionContext context, bool passedThroughNonGreedyDecision ) : System
lexerActionExecutor LexerActionExecutor
c ATNConfig
state ATNState
context PredictionContext
passedThroughNonGreedyDecision bool
Результат System

ActionATNConfig() публичный метод

public ActionATNConfig ( LexerActionExecutor lexerActionExecutor, ATNState state, int alt, PredictionContext context, bool passedThroughNonGreedyDecision ) : System
lexerActionExecutor LexerActionExecutor
state ATNState
alt int
context PredictionContext
passedThroughNonGreedyDecision bool
Результат System