C# Class Schemin.Tokenize.Token

Show file Open project: imphasing/schemin Class Usage Examples

Public Properties

Property Type Description
ColNumber int
LineNumber int
Type TokenType
Value string

Public Methods

Method Description
ToString ( ) : string
Token ( TokenType type, string value ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

Token() public method

public Token ( TokenType type, string value ) : System
type TokenType
value string
return System

Property Details

ColNumber public property

public int ColNumber
return int

LineNumber public property

public int LineNumber
return int

Type public property

public TokenType Type
return TokenType

Value public property

public string Value
return string