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

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

보호된 프로퍼티들

프로퍼티 타입 설명
cache PredictionContext>.Dictionary

공개 메소드들

메소드 설명
Add ( PredictionContext ctx ) : PredictionContext
Get ( PredictionContext ctx ) : PredictionContext

메소드 상세

Add() 공개 메소드

public Add ( PredictionContext ctx ) : PredictionContext
ctx PredictionContext
리턴 PredictionContext

Get() 공개 메소드

public Get ( PredictionContext ctx ) : PredictionContext
ctx PredictionContext
리턴 PredictionContext

프로퍼티 상세

cache 보호되어 있는 프로퍼티

protected Dictionary cache
리턴 PredictionContext>.Dictionary