C# Class Microsoft.Fast.AST.RecordSort

Inheritance: FastSort
Mostra file Open project: AutomataDotNet/Automata Class Usage Examples

Public Properties

Property Type Description
Empty RecordSort
fieldSorts FastSort>.Dictionary
fields FastSort>>.List

Public Methods

Method Description
PrettyPrint ( StringBuilder sb ) : void
RecordSort ( FastSort>.IEnumerable attrs ) : System
getSort ( FastToken id ) : FastSort

Method Details

PrettyPrint() public method

public PrettyPrint ( StringBuilder sb ) : void
sb StringBuilder
return void

RecordSort() public method

public RecordSort ( FastSort>.IEnumerable attrs ) : System
attrs FastSort>.IEnumerable
return System

getSort() public method

public getSort ( FastToken id ) : FastSort
id FastToken
return FastSort

Property Details

Empty public_oe static_oe property

public static RecordSort,Microsoft.Fast.AST Empty
return RecordSort

fieldSorts public_oe property

public Dictionary fieldSorts
return FastSort>.Dictionary

fields public_oe property

public List> fields
return FastSort>>.List