C# Класс BF2Statistics.MedalData.Token

Наследование: ISourcePart
Показать файл Открыть проект

Открытые методы

Метод Описание
AsTokens ( ) : BF2Statistics.MedalData.Token[]
Create ( TokenType kind, Match match, int index ) : Token

Creates a new Token

Create ( TokenType kind, string value, int position ) : Token

Creates a new Token

TypeToString ( TokenType Kind ) : string

Описание методов

AsTokens() публичный Метод

public AsTokens ( ) : BF2Statistics.MedalData.Token[]
Результат BF2Statistics.MedalData.Token[]

Create() публичный статический Метод

Creates a new Token
public static Create ( TokenType kind, Match match, int index ) : Token
kind TokenType The kind (name) of the token
match System.Text.RegularExpressions.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
Результат Token

Create() публичный статический Метод

Creates a new Token
public static Create ( TokenType kind, string value, int position ) : Token
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
Результат Token

TypeToString() публичный статический Метод

public static TypeToString ( TokenType Kind ) : string
Kind TokenType
Результат string