Méthode | Description | |
---|---|---|
BooScanner ( ) : System |
empty ctor
|
|
BooScanner ( ILexer lexer ) : System |
ctor that takes a lexer as an argument.. assume the lexer has already had it's PEGs bound...
|
|
BooScanner ( Microsoft buffer ) : System | ||
ScanTokenAndProvideInfoAboutIt ( Microsoft.VisualStudio.Package.TokenInfo tokenInfo, int &state ) : bool | ||
SetSource ( string source, int offset ) : void |
public BooScanner ( ILexer lexer ) : System | ||
lexer | ILexer | |
Résultat | System |
public BooScanner ( Microsoft buffer ) : System | ||
buffer | Microsoft | |
Résultat | System |
public ScanTokenAndProvideInfoAboutIt ( Microsoft.VisualStudio.Package.TokenInfo tokenInfo, int &state ) : bool | ||
tokenInfo | Microsoft.VisualStudio.Package.TokenInfo | |
state | int | |
Résultat | bool |
public SetSource ( string source, int offset ) : void | ||
source | string | |
offset | int | |
Résultat | void |