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

Inheritance: ScanBuff
Afficher le fichier Open project: AutomataDotNet/Automata

Méthodes publiques

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

Private Methods

Méthode Description
findIndex ( int pos, int &ix, int &lstart ) : void

Method Details

GetString() public méthode

public GetString ( int begin, int limit ) : string
begin int
limit int
Résultat string

LineBuffer() public méthode

public LineBuffer ( IList lineList ) : System
lineList IList
Résultat System

Read() public méthode

public Read ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string