C# Class AsmHighlighter.Lexer.Scanner.StringBuff

Inheritance: ScanBuff
Afficher le fichier Open project: Trass3r/AsmHighlighter

Méthodes publiques

Méthode Description
GetString ( int beg, int end ) : string
Peek ( ) : int
Read ( ) : int
StringBuff ( string str ) : System

Method Details

GetString() public méthode

public GetString ( int beg, int end ) : string
beg int
end int
Résultat string

Peek() public méthode

public Peek ( ) : int
Résultat int

Read() public méthode

public Read ( ) : int
Résultat int

StringBuff() public méthode

public StringBuff ( string str ) : System
str string
Résultat System