C# 클래스 BF2Statistics.MedalData.Token

상속: ISourcePart
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter

공개 메소드들

메소드 설명
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