C# Class Microsoft.Scripting.Interpreter.OffsetInstruction

Inheritance: Microsoft.Scripting.Interpreter.Instruction
Datei anzeigen Open project: jschementi/iron Class Usage Examples

Protected Properties

Property Type Description
_offset int

Public Methods

Method 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 method

public Fixup ( int offset ) : Microsoft.Scripting.Interpreter.Instruction
offset int
return Microsoft.Scripting.Interpreter.Instruction

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

Property Details

_offset protected_oe property

protected int _offset
return int