C# Class Microsoft.Scripting.Interpreter.LocalAccessInstruction

Inheritance: Microsoft.Scripting.Interpreter.Instruction
Show file Open project: jschementi/iron

Public Methods

Method Description
ToDebugString ( int instructionIndex, object cookie, int>.Func labelIndexer, IList objects ) : string

Protected Methods

Method Description
LocalAccessInstruction ( int index ) : System.Linq.Expressions

Method Details

LocalAccessInstruction() protected method

protected LocalAccessInstruction ( int index ) : System.Linq.Expressions
index int
return System.Linq.Expressions

ToDebugString() public method

public ToDebugString ( int instructionIndex, object cookie, int>.Func labelIndexer, IList objects ) : string
instructionIndex int
cookie object
labelIndexer int>.Func
objects IList
return string