C# Class Wren.Core.Bytecode.Parser

Show file 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 property

public Token,Wren.Core.Bytecode Current
return Token

CurrentChar public property

public int CurrentChar
return int

CurrentLine public property

public int CurrentLine
return int

HasError public property

public bool HasError
return bool

Module public property

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

Number public property

public double Number
return double

Previous public property

public Token,Wren.Core.Bytecode Previous
return Token

PrintErrors public property

public bool PrintErrors
return bool

Raw public property

public string Raw
return string

SkipNewlines public property

public bool SkipNewlines
return bool

Source public property

public string Source
return string

SourcePath public property

public string SourcePath
return string

TokenStart public property

public int TokenStart
return int

vm public property

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