C# Class Hpgl.Language.HpglParser

Inheritance: TextParsing.TextParser
Datei anzeigen Open project: spustlik/plotr Class Usage Examples

Public Methods

Method Description
Parse ( Stream s ) : List

Private Methods

Method Description
ParseCommand ( ) : HpglItem
ParseReader ( StreamReader sr ) : List
readCommand ( ) : bool
readNumber ( int &i ) : bool
readPoint ( HPoint &pt ) : bool
readPoints ( ) : List
readWhitespaces ( ) : bool

Method Details

Parse() public method

public Parse ( Stream s ) : List
s Stream
return List