C# Class CSLE.CLS_TokenParser

Inheritance: ICLS_TokenParser
Afficher le fichier Open project: lightszero/cslightcore Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

CLS_TokenParser() public méthode

public CLS_TokenParser ( ) : System
Résultat System

Parse() public méthode

public Parse ( string lines ) : IList
lines string
Résultat IList

ReadTokenList() public méthode

public ReadTokenList ( System stream ) : IList
stream System
Résultat IList

SaveTokenList() public méthode

public SaveTokenList ( IList tokens, System stream ) : void
tokens IList
stream System
Résultat void