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

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

공개 메소드들

메소드 설명
Get ( PredictionContext a, PredictionContext b ) : PredictionContext
Put ( PredictionContext a, PredictionContext b, PredictionContext value ) : void

메소드 상세

Get() 공개 메소드

public Get ( PredictionContext a, PredictionContext b ) : PredictionContext
a PredictionContext
b PredictionContext
리턴 PredictionContext

Put() 공개 메소드

public Put ( PredictionContext a, PredictionContext b, PredictionContext value ) : void
a PredictionContext
b PredictionContext
value PredictionContext
리턴 void