C# Class BeeSchema.Token

Show file Open project: Epidal/BeeSchema

Public Properties

Property Type Description
Column int
Line int
Type TokenType
Value string

Public Methods

Method Description
Token ( TokenType type, int line, int column, string value )

Method Details

Token() public method

public Token ( TokenType type, int line, int column, string value )
type TokenType
line int
column int
value string

Property Details

Column public property

public int Column
return int

Line public property

public int Line
return int

Type public property

public TokenType Type
return TokenType

Value public property

public string Value
return string