C# 클래스 CSLE.CLS_TokenParser

상속: ICLS_TokenParser
파일 보기 프로젝트 열기: lightszero/cslightcore 1 사용 예제들

공개 메소드들

메소드 설명
CLS_TokenParser ( ) : System
Parse ( string lines ) : IList
ReadTokenList ( System stream ) : IList
SaveTokenList ( IList tokens, System stream ) : void

비공개 메소드들

메소드 설명
FindStart ( string lines, int npos ) : int
GetToken ( string line, int nstart, Token &t ) : int

메소드 상세

CLS_TokenParser() 공개 메소드

public CLS_TokenParser ( ) : System
리턴 System

Parse() 공개 메소드

public Parse ( string lines ) : IList
lines string
리턴 IList

ReadTokenList() 공개 메소드

public ReadTokenList ( System stream ) : IList
stream System
리턴 IList

SaveTokenList() 공개 메소드

public SaveTokenList ( IList tokens, System stream ) : void
tokens IList
stream System
리턴 void