C# Class BeeSchema.Token

Afficher le fichier Open project: Epidal/BeeSchema

Méthodes publiques

Свойство Type Description
Column int
Line int
Type TokenType
Value string

Méthodes publiques

Méthode Description
Token ( TokenType type, int line, int column, string value )

Method Details

Token() public méthode

public Token ( TokenType type, int line, int column, string value )
type TokenType
line int
column int
value string

Property Details

Column public_oe property

public int Column
Résultat int

Line public_oe property

public int Line
Résultat int

Type public_oe property

public TokenType Type
Résultat TokenType

Value public_oe property

public string Value
Résultat string