C# Class Wren.Core.Objects.ObjFn

Inheritance: Wren.Core.Objects.Obj
Show file Open project: robotii/Wren.NET Class Usage Examples

Public Properties

Property Type Description
Arity int
Bytecode byte[]
Constants Wren.Core.Objects.Obj[]
Module ObjModule
Name string
NumConstants int
NumUpvalues int
SourceLines int[]
SourcePath ObjString

Public Methods

Method Description
ObjFn ( ObjModule module, Wren.Core.Objects.Obj constants, int numUpvalues, int arity, byte bytecode, ObjString debugSourcePath, string debugName, int sourceLines ) : Wren.Core.VM

Method Details

ObjFn() public method

public ObjFn ( ObjModule module, Wren.Core.Objects.Obj constants, int numUpvalues, int arity, byte bytecode, ObjString debugSourcePath, string debugName, int sourceLines ) : Wren.Core.VM
module ObjModule
constants Wren.Core.Objects.Obj
numUpvalues int
arity int
bytecode byte
debugSourcePath ObjString
debugName string
sourceLines int
return Wren.Core.VM

Property Details

Arity public property

public int Arity
return int

Bytecode public property

public byte[] Bytecode
return byte[]

Constants public property

public Obj[],Wren.Core.Objects Constants
return Wren.Core.Objects.Obj[]

Module public property

public ObjModule,Wren.Core.Objects Module
return ObjModule

Name public property

public string Name
return string

NumConstants public property

public int NumConstants
return int

NumUpvalues public property

public int NumUpvalues
return int

SourceLines public property

public int[] SourceLines
return int[]

SourcePath public property

public ObjString,Wren.Core.Objects SourcePath
return ObjString