C# Class Wren.Core.Bytecode.Loop

Show file Open project: robotii/Wren.NET Class Usage Examples

Public Properties

Property Type Description
Body int
Enclosing Loop
ExitJump int
ScopeDepth int
Start int

Property Details

Body public property

public int Body
return int

Enclosing public property

public Loop,Wren.Core.Bytecode Enclosing
return Loop

ExitJump public property

public int ExitJump
return int

ScopeDepth public property

public int ScopeDepth
return int

Start public property

public int Start
return int