C# Class Microsoft.Fast.AST.Scanner.LineBuffer

Inheritance: ScanBuff
Exibir arquivo Open project: AutomataDotNet/Automata

Public Methods

Method Description
GetString ( int begin, int limit ) : string
LineBuffer ( IList lineList ) : System
Read ( ) : int
ToString ( ) : string

Private Methods

Method Description
findIndex ( int pos, int &ix, int &lstart ) : void

Method Details

GetString() public method

public GetString ( int begin, int limit ) : string
begin int
limit int
return string

LineBuffer() public method

public LineBuffer ( IList lineList ) : System
lineList IList
return System

Read() public method

public Read ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string