C# 클래스 Wren.Core.Bytecode.Parser

파일 보기 프로젝트 열기: robotii/Wren.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 상세

Current 공개적으로 프로퍼티

public Token,Wren.Core.Bytecode Current
리턴 Token

CurrentChar 공개적으로 프로퍼티

public int CurrentChar
리턴 int

CurrentLine 공개적으로 프로퍼티

public int CurrentLine
리턴 int

HasError 공개적으로 프로퍼티

public bool HasError
리턴 bool

Module 공개적으로 프로퍼티

public ObjModule,Wren.Core.Objects Module
리턴 Wren.Core.Objects.ObjModule

Number 공개적으로 프로퍼티

public double Number
리턴 double

Previous 공개적으로 프로퍼티

public Token,Wren.Core.Bytecode Previous
리턴 Token

PrintErrors 공개적으로 프로퍼티

public bool PrintErrors
리턴 bool

Raw 공개적으로 프로퍼티

public string Raw
리턴 string

SkipNewlines 공개적으로 프로퍼티

public bool SkipNewlines
리턴 bool

Source 공개적으로 프로퍼티

public string Source
리턴 string

SourcePath 공개적으로 프로퍼티

public string SourcePath
리턴 string

TokenStart 공개적으로 프로퍼티

public int TokenStart
리턴 int

vm 공개적으로 프로퍼티

public WrenVM,Wren.Core.VM vm
리턴 Wren.Core.VM.WrenVM