C# 클래스 Antlr4.Runtime.Atn.ATNConfig.ActionATNConfig

상속: ATNConfig
파일 보기 프로젝트 열기: sharwell/antlr4cs

공개 메소드들

메소드 설명
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