C# Class Rhino.Optimizer.OptRuntime.GeneratorState

Exibir arquivo Open project: hazzik/Rhino.Net

Public Properties

Property Type Description
resumptionPoint int
thisObj Scriptable

Private Methods

Method Description
GeneratorState ( Scriptable thisObj, int maxLocals, int maxStack ) : System

Property Details

resumptionPoint public_oe property

public int resumptionPoint
return int

thisObj public_oe property

public Scriptable thisObj
return Scriptable