C# Class Schemin.Tokenize.Token

Afficher le fichier Open project: imphasing/schemin Class Usage Examples

Méthodes publiques

Свойство Type Description
ColNumber int
LineNumber int
Type TokenType
Value string

Méthodes publiques

Méthode Description
ToString ( ) : string
Token ( TokenType type, string value ) : System

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Token() public méthode

public Token ( TokenType type, string value ) : System
type TokenType
value string
Résultat System

Property Details

ColNumber public_oe property

public int ColNumber
Résultat int

LineNumber public_oe property

public int LineNumber
Résultat int

Type public_oe property

public TokenType Type
Résultat TokenType

Value public_oe property

public string Value
Résultat string