C# 클래스 AsmHighlighter.Lexer.Scanner.StringBuff

상속: ScanBuff
파일 보기 프로젝트 열기: Trass3r/AsmHighlighter

공개 메소드들

메소드 설명
GetString ( int beg, int end ) : string
Peek ( ) : int
Read ( ) : int
StringBuff ( string str ) : System

메소드 상세

GetString() 공개 메소드

public GetString ( int beg, int end ) : string
beg int
end int
리턴 string

Peek() 공개 메소드

public Peek ( ) : int
리턴 int

Read() 공개 메소드

public Read ( ) : int
리턴 int

StringBuff() 공개 메소드

public StringBuff ( string str ) : System
str string
리턴 System