C# Class CSLE.CLS_TokenParser

Inheritance: ICLS_TokenParser
Show file Open project: lightszero/cslightcore Class Usage Examples

Public Methods

Method Description
CLS_TokenParser ( ) : System
Parse ( string lines ) : IList
ReadTokenList ( System stream ) : IList
SaveTokenList ( IList tokens, System stream ) : void

Private Methods

Method Description
FindStart ( string lines, int npos ) : int
GetToken ( string line, int nstart, Token &t ) : int

Method Details

CLS_TokenParser() public method

public CLS_TokenParser ( ) : System
return System

Parse() public method

public Parse ( string lines ) : IList
lines string
return IList

ReadTokenList() public method

public ReadTokenList ( System stream ) : IList
stream System
return IList

SaveTokenList() public method

public SaveTokenList ( IList tokens, System stream ) : void
tokens IList
stream System
return void