Méthode | Description | |
---|---|---|
Advance ( int length ) : void | ||
GetZone ( string error, int position, int call, string fileName ) : |
||
HasCompletedParsing ( ) : bool | ||
Match ( char tok ) : CharMatchResult | ||
Match ( string tok ) : RegexMatchResult | ||
Match ( string tok, bool caseInsensitive ) : RegexMatchResult | ||
MatchString ( char tok ) : string | ||
MatchString ( string tok ) : string | ||
Peek ( char tok ) : bool | ||
Peek ( string tok ) : bool | ||
SetupInput ( string input ) : void | ||
Tokenizer ( int optimization ) : System.Collections.Generic |
Méthode | Description | |
---|---|---|
GetRegex ( string pattern, RegexOptions options ) : |
public GetZone ( string error, int position, int call, string fileName ) : |
||
error | string | |
position | int | |
call | int | |
fileName | string | |
Résultat |
public Match ( char tok ) : CharMatchResult | ||
tok | char | |
Résultat | CharMatchResult |
public Match ( string tok ) : RegexMatchResult | ||
tok | string | |
Résultat | RegexMatchResult |
public Match ( string tok, bool caseInsensitive ) : RegexMatchResult | ||
tok | string | |
caseInsensitive | bool | |
Résultat | RegexMatchResult |
public Tokenizer ( int optimization ) : System.Collections.Generic | ||
optimization | int | |
Résultat | System.Collections.Generic |