C# Class Acquarella.Lexers.Token

Show file Open project: ajlopez/Acquarella Class Usage Examples

Public Methods

Method Description
Token ( TokenType type, string text, int start, int length ) : System

Method Details

Token() public method

public Token ( TokenType type, string text, int start, int length ) : System
type TokenType
text string
start int
length int
return System