C# Класс Microsoft.Scripting.Interpreter.IndexedBranchInstruction

Наследование: Microsoft.Scripting.Interpreter.Instruction
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetLabel() публичный Метод

public GetLabel ( InterpretedFrame frame ) : Microsoft.Scripting.Interpreter.RuntimeLabel
frame InterpretedFrame
Результат Microsoft.Scripting.Interpreter.RuntimeLabel

IndexedBranchInstruction() публичный Метод

public IndexedBranchInstruction ( int labelIndex ) : System.Linq.Expressions
labelIndex int
Результат System.Linq.Expressions

ToDebugString() публичный Метод

public ToDebugString ( int instructionIndex, object cookie, int>.Func labelIndexer, IList objects ) : string
instructionIndex int
cookie object
labelIndexer int>.Func
objects IList
Результат string

ToString() публичный Метод

public ToString ( ) : string
Результат string