C# Class Wren.Core.Objects.ObjFn

Inheritance: Wren.Core.Objects.Obj
Afficher le fichier Open project: robotii/Wren.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
Arity int
Bytecode byte[]
Constants Wren.Core.Objects.Obj[]
Module ObjModule
Name string
NumConstants int
NumUpvalues int
SourceLines int[]
SourcePath ObjString

Méthodes publiques

Méthode 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 méthode

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
Résultat Wren.Core.VM

Property Details

Arity public_oe property

public int Arity
Résultat int

Bytecode public_oe property

public byte[] Bytecode
Résultat byte[]

Constants public_oe property

public Obj[],Wren.Core.Objects Constants
Résultat Wren.Core.Objects.Obj[]

Module public_oe property

public ObjModule,Wren.Core.Objects Module
Résultat ObjModule

Name public_oe property

public string Name
Résultat string

NumConstants public_oe property

public int NumConstants
Résultat int

NumUpvalues public_oe property

public int NumUpvalues
Résultat int

SourceLines public_oe property

public int[] SourceLines
Résultat int[]

SourcePath public_oe property

public ObjString,Wren.Core.Objects SourcePath
Résultat ObjString