C# Class Microsoft.Scripting.Interpreter.IndexedBranchInstruction

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

Public Methods

Method Description
GetLabel ( InterpretedFrame frame ) : Microsoft.Scripting.Interpreter.RuntimeLabel
IndexedBranchInstruction ( int labelIndex ) : System.Linq.Expressions
ToDebugString ( int instructionIndex, object cookie, int>.Func labelIndexer, IList objects ) : string
ToString ( ) : string

Method Details

GetLabel() public method

public GetLabel ( InterpretedFrame frame ) : Microsoft.Scripting.Interpreter.RuntimeLabel
frame InterpretedFrame
return Microsoft.Scripting.Interpreter.RuntimeLabel

IndexedBranchInstruction() public method

public IndexedBranchInstruction ( int labelIndex ) : System.Linq.Expressions
labelIndex 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

ToString() public method

public ToString ( ) : string
return string