Свойство | Type | Description | |
---|---|---|---|
CurrentColumn | int | ||
CurrentLine | int | ||
CurrentPosition | int | ||
EndPos | int | ||
Input | string | ||
Patterns | Regex>.Dictionary | ||
Skipped | List |
||
StartPos | int |
Méthode | Description | |
---|---|---|
GetToken ( TokenType type ) : |
||
Init ( string input ) : void | ||
LookAhead ( ) : |
returns token with longest best match
|
|
Scan ( ) : |
executes a lookahead of the next token and will advance the scan on the input string
|
|
Scanner ( ) : System |