C# 클래스 Antlr4.Runtime.Atn.ATNSimulator

파일 보기 프로젝트 열기: antlr/antlr4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ERROR Antlr4.Runtime.Dfa.DFAState
atn ATN

보호된 프로퍼티들

프로퍼티 타입 설명
sharedContextCache PredictionContextCache

공개 메소드들

메소드 설명
ATNSimulator ( ATN atn, PredictionContextCache sharedContextCache ) : System
ClearDFA ( ) : void
Reset ( ) : void
getCachedContext ( PredictionContext context ) : PredictionContext
getSharedContextCache ( ) : PredictionContextCache

비공개 메소드들

메소드 설명
InitERROR ( ) : DFAState

메소드 상세

ATNSimulator() 공개 메소드

public ATNSimulator ( ATN atn, PredictionContextCache sharedContextCache ) : System
atn ATN
sharedContextCache PredictionContextCache
리턴 System

ClearDFA() 공개 메소드

public ClearDFA ( ) : void
리턴 void

Reset() 공개 추상적인 메소드

public abstract Reset ( ) : void
리턴 void

getCachedContext() 공개 메소드

public getCachedContext ( PredictionContext context ) : PredictionContext
context PredictionContext
리턴 PredictionContext

getSharedContextCache() 공개 메소드

public getSharedContextCache ( ) : PredictionContextCache
리턴 PredictionContextCache

프로퍼티 상세

ERROR 공개적으로 정적으로 프로퍼티

public static DFAState,Antlr4.Runtime.Dfa ERROR
리턴 Antlr4.Runtime.Dfa.DFAState

atn 공개적으로 프로퍼티

public ATN,Antlr4.Runtime.Atn atn
리턴 ATN

sharedContextCache 보호되어 있는 프로퍼티

protected PredictionContextCache,Antlr4.Runtime.Atn sharedContextCache
리턴 PredictionContextCache