메소드 | 설명 | |
---|---|---|
Peek ( ) : int | ||
Peek ( int lookAhead ) : int | ||
Peek2 ( ) : int | ||
PeekInLexerState ( int lexerStateIndex, int lookAhead ) : int | ||
Read ( ) : |
||
Scanner ( VBF.Compilers.Scanners.ScannerInfo scannerInfo ) : System | ||
Seek ( int index ) : void | ||
SetSource ( SourceReader source ) : void | ||
SetTriviaTokens ( ) : void |
메소드 | 설명 | |
---|---|---|
AddHistory ( |
||
HasReachedEndOfStream ( ) : bool | ||
Initialize ( ) : void | ||
IsLastTokenSkippable ( ) : bool | ||
PeekLexeme ( int lookAhead ) : |
public PeekInLexerState ( int lexerStateIndex, int lookAhead ) : int | ||
lexerStateIndex | int | |
lookAhead | int | |
리턴 | int |
public Scanner ( VBF.Compilers.Scanners.ScannerInfo scannerInfo ) : System | ||
scannerInfo | VBF.Compilers.Scanners.ScannerInfo | |
리턴 | System |