C# Class Microsoft.Scripting.Interpreter.IndexedBranchInstruction

Inheritance: Microsoft.Scripting.Interpreter.Instruction
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode 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 méthode

public GetLabel ( InterpretedFrame frame ) : Microsoft.Scripting.Interpreter.RuntimeLabel
frame InterpretedFrame
Résultat Microsoft.Scripting.Interpreter.RuntimeLabel

IndexedBranchInstruction() public méthode

public IndexedBranchInstruction ( int labelIndex ) : System.Linq.Expressions
labelIndex int
Résultat System.Linq.Expressions

ToDebugString() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string