C# Class Scorpio.Compiler.Token

Afficher le fichier Open project: qingfeng346/Scorpio-CSharp Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : String
Token ( TokenType tokenType, object lexeme, int sourceLine, int sourceChar ) : System

Method Details

ToString() public méthode

public ToString ( ) : String
Résultat String

Token() public méthode

public Token ( TokenType tokenType, object lexeme, int sourceLine, int sourceChar ) : System
tokenType TokenType
lexeme object
sourceLine int
sourceChar int
Résultat System