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

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

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

Метод Описание
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

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

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

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
Результат System

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

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
Результат System