C# Class Scorpio.Compiler.Token

Show file Open project: qingfeng346/Scorpio-CSharp Class Usage Examples

Public Methods

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

Method Details

ToString() public method

public ToString ( ) : String
return String

Token() public method

public Token ( TokenType tokenType, object lexeme, int sourceLine, int sourceChar ) : System
tokenType TokenType
lexeme object
sourceLine int
sourceChar int
return System