C# Class Schemin.Tokenize.Token

Datei anzeigen 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_oe property

public int ColNumber
return int

LineNumber public_oe property

public int LineNumber
return int

Type public_oe property

public TokenType Type
return TokenType

Value public_oe property

public string Value
return string