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

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

공개 메소드들

메소드 설명
Clone ( bool @readonly ) : ATNConfigSet
OrderedATNConfigSet ( ) : Antlr4.Runtime.Sharpen
OrderedATNConfigSet ( ATNConfigSet set, bool @readonly ) : Antlr4.Runtime.Sharpen

보호된 메소드들

메소드 설명
CanMerge ( ATNConfig left, long leftKey, ATNConfig right ) : bool
GetKey ( ATNConfig e ) : long

메소드 상세

CanMerge() 보호된 메소드

protected CanMerge ( ATNConfig left, long leftKey, ATNConfig right ) : bool
left ATNConfig
leftKey long
right ATNConfig
리턴 bool

Clone() 공개 메소드

public Clone ( bool @readonly ) : ATNConfigSet
@readonly bool
리턴 ATNConfigSet

GetKey() 보호된 메소드

protected GetKey ( ATNConfig e ) : long
e ATNConfig
리턴 long

OrderedATNConfigSet() 공개 메소드

public OrderedATNConfigSet ( ) : Antlr4.Runtime.Sharpen
리턴 Antlr4.Runtime.Sharpen

OrderedATNConfigSet() 공개 메소드

public OrderedATNConfigSet ( ATNConfigSet set, bool @readonly ) : Antlr4.Runtime.Sharpen
set ATNConfigSet
@readonly bool
리턴 Antlr4.Runtime.Sharpen