C# Class Wren.Core.Bytecode.Parser

显示文件 Open project: robotii/Wren.NET Class Usage Examples

Public Properties

Property Type Description
Current Token
CurrentChar int
CurrentLine int
HasError bool
Module Wren.Core.Objects.ObjModule
Number double
Previous Token
PrintErrors bool
Raw string
SkipNewlines bool
Source string
SourcePath string
TokenStart int
vm Wren.Core.VM.WrenVM

Property Details

Current public_oe property

public Token,Wren.Core.Bytecode Current
return Token

CurrentChar public_oe property

public int CurrentChar
return int

CurrentLine public_oe property

public int CurrentLine
return int

HasError public_oe property

public bool HasError
return bool

Module public_oe property

public ObjModule,Wren.Core.Objects Module
return Wren.Core.Objects.ObjModule

Number public_oe property

public double Number
return double

Previous public_oe property

public Token,Wren.Core.Bytecode Previous
return Token

PrintErrors public_oe property

public bool PrintErrors
return bool

Raw public_oe property

public string Raw
return string

SkipNewlines public_oe property

public bool SkipNewlines
return bool

Source public_oe property

public string Source
return string

SourcePath public_oe property

public string SourcePath
return string

TokenStart public_oe property

public int TokenStart
return int

vm public_oe property

public WrenVM,Wren.Core.VM vm
return Wren.Core.VM.WrenVM