C# Class Wren.Core.Bytecode.Token

显示文件 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_oe property

public int Length
return int

Line public_oe property

public int Line
return int

Start public_oe property

public int Start
return int

Type public_oe property

public TokenType Type
return TokenType