C# Class Microsoft.Scripting.Interpreter.OffsetInstruction

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

Protected Properties

Свойство Type Description
_offset int

Méthodes publiques

Méthode Description
Fixup ( int offset ) : Microsoft.Scripting.Interpreter.Instruction
ToDebugString ( int instructionIndex, object cookie, int>.Func labelIndexer, IList objects ) : string
ToString ( ) : string

Method Details

Fixup() public méthode

public Fixup ( int offset ) : Microsoft.Scripting.Interpreter.Instruction
offset int
Résultat Microsoft.Scripting.Interpreter.Instruction

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

Property Details

_offset protected_oe property

protected int _offset
Résultat int