C# 클래스 GOLD.Engine.EGT.EGTReader

상속: IDisposable
파일 보기 프로젝트 열기: software-engineering-amsterdam/poly-ql 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Dispose ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void