C# Class GOLD.Engine.EGT.EGTReader

Inheritance: IDisposable
Afficher le fichier Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
Dispose ( ) : void

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void