C# Class GestSpace.Interpreter.InterpreterReader

Show file Open project: NicolasDorier/GestSpace

Public Methods

Method Description
InterpreterReader ( StringReader reader ) : System
Read ( ) : bool

Private Methods

Method Description
ReadUntil ( char until ) : string
ThrowInvalidToken ( ) : void
TrimQuotes ( string result ) : string

Method Details

InterpreterReader() public method

public InterpreterReader ( StringReader reader ) : System
reader System.IO.StringReader
return System

Read() public method

public Read ( ) : bool
return bool