C# Class GOLD.Engine.EGT.EGTReader

Inheritance: IDisposable
Mostra file Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Private Properties

Property Type Description
EGTReader System
GetNextRecord bool
IsRecordComplete bool
ReadActionType LRActionType
ReadAdvanceMode GroupAdvanceMode
ReadBoolean bool
ReadByte byte
ReadCharacterRange CharacterRange
ReadCharacterSet CharacterSet
ReadEndingMode GroupEndingMode
ReadEntry object>.Tuple
ReadEntryType EGTEntryType
ReadFAEdge FAEdge
ReadFAState FAState
ReadGrammarProperty GrammarProperty
ReadGrammarTables GrammarTables
ReadGroup Group
ReadLRAction LRAction
ReadLRActionList LRActionList
ReadProduction Production
ReadRawCString string
ReadRawUInt16 ushort
ReadRecordType EGTRecord
ReadString string
ReadSymbol Symbol
ReadSymbolType SymbolType
ReadUInt16 ushort

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
EGTReader ( BinaryReader reader ) : System
GetNextRecord ( ) : bool
IsRecordComplete ( ) : bool
ReadActionType ( ) : LRActionType
ReadAdvanceMode ( ) : GroupAdvanceMode
ReadBoolean ( ) : bool
ReadByte ( ) : byte
ReadCharacterRange ( ) : CharacterRange
ReadCharacterSet ( ) : CharacterSet
ReadEndingMode ( ) : GroupEndingMode
ReadEntry ( ) : object>.Tuple
ReadEntryType ( ) : EGTEntryType
ReadFAEdge ( ) : FAEdge
ReadFAState ( ) : FAState
ReadGrammarProperty ( ) : GrammarProperty
ReadGrammarTables ( ) : GrammarTables
ReadGroup ( ) : Group
ReadLRAction ( ) : LRAction
ReadLRActionList ( ) : LRActionList
ReadProduction ( ) : Production
ReadRawCString ( ) : string
ReadRawUInt16 ( ) : ushort
ReadRecordType ( ) : EGTRecord
ReadString ( ) : string
ReadSymbol ( ) : Symbol
ReadSymbolType ( ) : SymbolType
ReadUInt16 ( ) : ushort

Method Details

Dispose() public method

public Dispose ( ) : void
return void