Méthode | Description | |
---|---|---|
AsTokens ( ) : BF2Statistics.MedalData.Token[] | ||
Create ( TokenType kind, |
Creates a new Token
|
|
Create ( TokenType kind, string value, int position ) : |
Creates a new Token
|
|
TypeToString ( TokenType Kind ) : string |
public AsTokens ( ) : BF2Statistics.MedalData.Token[] | ||
Résultat | BF2Statistics.MedalData.Token[] |
public static Create ( TokenType kind, |
||
kind | TokenType | The kind (name) of the token |
match | The Match the token is to be generated from | |
index | int | The offset from the beginning of the file the index of the match is relative to |
Résultat |
public static Create ( TokenType kind, string value, int position ) : |
||
kind | TokenType | The kind (name) of the token |
value | string | The value to assign to the token |
position | int | The absolute position in the source file the value is located at |
Résultat |
public static TypeToString ( TokenType Kind ) : string | ||
Kind | TokenType | |
Résultat | string |