C# Class BeeSchema.Token

Exibir arquivo 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_oe property

public int Column
return int

Line public_oe property

public int Line
return int

Type public_oe property

public TokenType Type
return TokenType

Value public_oe property

public string Value
return string