C# Class Machete.Runtime.HostObjects.Iterables.HGeneratorIterable

Inheritance: HIterableBase
Show file Open project: ChaosPandion/Machete

Public Methods

Method Description
CreateIterator ( IEnvironment environment, IArgs args ) : IDynamic
HGeneratorIterable ( IEnvironment environment, ReadOnlyList steps, ReadOnlyList variableDeclarations, ILexicalEnvironment scope ) : System

Method Details

CreateIterator() public method

public CreateIterator ( IEnvironment environment, IArgs args ) : IDynamic
environment IEnvironment
args IArgs
return IDynamic

HGeneratorIterable() public method

public HGeneratorIterable ( IEnvironment environment, ReadOnlyList steps, ReadOnlyList variableDeclarations, ILexicalEnvironment scope ) : System
environment IEnvironment
steps ReadOnlyList
variableDeclarations ReadOnlyList
scope ILexicalEnvironment
return System