C# Class Antlr4.Runtime.Atn.OrderedATNConfigSet

Inheritance: ATNConfigSet
Show file Open project: sharwell/antlr4cs Class Usage Examples

Public Methods

Method Description
Clone ( bool @readonly ) : ATNConfigSet
OrderedATNConfigSet ( ) : Antlr4.Runtime.Sharpen
OrderedATNConfigSet ( ATNConfigSet set, bool @readonly ) : Antlr4.Runtime.Sharpen

Protected Methods

Method Description
CanMerge ( ATNConfig left, long leftKey, ATNConfig right ) : bool
GetKey ( ATNConfig e ) : long

Method Details

CanMerge() protected method

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

Clone() public method

public Clone ( bool @readonly ) : ATNConfigSet
@readonly bool
return ATNConfigSet

GetKey() protected method

protected GetKey ( ATNConfig e ) : long
e ATNConfig
return long

OrderedATNConfigSet() public method

public OrderedATNConfigSet ( ) : Antlr4.Runtime.Sharpen
return Antlr4.Runtime.Sharpen

OrderedATNConfigSet() public method

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