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

상속: PredictionContext
파일 보기 프로젝트 열기: sharwell/antlr4cs 1 사용 예제들

공개 메소드들

메소드 설명
AppendContext ( PredictionContext suffix, PredictionContextCache contextCache ) : PredictionContext
Equals ( object o ) : bool
FindReturnState ( int returnState ) : int
GetParent ( int index ) : PredictionContext
GetReturnState ( int index ) : int

보호된 메소드들

메소드 설명
AddEmptyContext ( ) : PredictionContext
RemoveEmptyContext ( ) : PredictionContext

비공개 메소드들

메소드 설명
AppendContext ( PredictionContext context, PredictionContext suffix, PredictionContext visited ) : PredictionContext
ArrayPredictionContext ( PredictionContext parents, int returnStates ) : System
ArrayPredictionContext ( PredictionContext parents, int returnStates, int hashCode ) : System
Equals ( Antlr4 other, HashSet visited ) : bool

메소드 상세

AddEmptyContext() 보호된 메소드

protected AddEmptyContext ( ) : PredictionContext
리턴 PredictionContext

AppendContext() 공개 메소드

public AppendContext ( PredictionContext suffix, PredictionContextCache contextCache ) : PredictionContext
suffix PredictionContext
contextCache PredictionContextCache
리턴 PredictionContext

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

FindReturnState() 공개 메소드

public FindReturnState ( int returnState ) : int
returnState int
리턴 int

GetParent() 공개 메소드

public GetParent ( int index ) : PredictionContext
index int
리턴 PredictionContext

GetReturnState() 공개 메소드

public GetReturnState ( int index ) : int
index int
리턴 int

RemoveEmptyContext() 보호된 메소드

protected RemoveEmptyContext ( ) : PredictionContext
리턴 PredictionContext