C# 클래스 Microsoft.Fast.AST.Scanner.LineBuffer

상속: ScanBuff
파일 보기 프로젝트 열기: AutomataDotNet/Automata

공개 메소드들

메소드 설명
GetString ( int begin, int limit ) : string
LineBuffer ( IList lineList ) : System
Read ( ) : int
ToString ( ) : string

비공개 메소드들

메소드 설명
findIndex ( int pos, int &ix, int &lstart ) : void

메소드 상세

GetString() 공개 메소드

public GetString ( int begin, int limit ) : string
begin int
limit int
리턴 string

LineBuffer() 공개 메소드

public LineBuffer ( IList lineList ) : System
lineList IList
리턴 System

Read() 공개 메소드

public Read ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string