C# Class Antlr4.Codegen.Model.SerializedATN

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

Public Properties

Property Type Description
serialized IList

Public Methods

Method Description
GetSegments ( ) : string[][]
SerializedATN ( OutputModelFactory factory, ATN atn, IList ruleNames ) : System.Collections.Generic

Method Details

GetSegments() public method

public GetSegments ( ) : string[][]
return string[][]

SerializedATN() public method

public SerializedATN ( OutputModelFactory factory, ATN atn, IList ruleNames ) : System.Collections.Generic
factory OutputModelFactory
atn Antlr4.Runtime.Atn.ATN
ruleNames IList
return System.Collections.Generic

Property Details

serialized public property

public IList serialized
return IList