Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
AddHistory ( |
||
HasReachedEndOfStream ( ) : bool | ||
Initialize ( ) : void | ||
IsLastTokenSkippable ( ) : bool | ||
PeekLexeme ( int lookAhead ) : |
public PeekInLexerState ( int lexerStateIndex, int lookAhead ) : int | ||
lexerStateIndex | int | |
lookAhead | int | |
return | int |
public Scanner ( VBF.Compilers.Scanners.ScannerInfo scannerInfo ) : System | ||
scannerInfo | VBF.Compilers.Scanners.ScannerInfo | |
return | System |
public SetSource ( SourceReader source ) : void | ||
source | SourceReader | |
return | void |