C# Class Wren.Core.Bytecode.Token

Show file Open project: robotii/Wren.NET Class Usage Examples

Public Properties

Property Type Description
Length int
Line int
Start int
Type TokenType

Property Details

Length public property

public int Length
return int

Line public property

public int Line
return int

Start public property

public int Start
return int

Type public property

public TokenType Type
return TokenType