C# Class Mosa.Compiler.Framework.BaseCodeEmitter.Patch

Patch
Mostra file Open project: tgiphil/MOSA-Project

Public Properties

Property Type Description
Label int
Position long

Public Methods

Method Description
Patch ( int label, long position ) : System.Collections.Generic

Initializes a new instance of the Patch struct.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

Patch() public method

Initializes a new instance of the Patch struct.
public Patch ( int label, long position ) : System.Collections.Generic
label int The label.
position long The position.
return System.Collections.Generic

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string

Property Details

Label public_oe property

Patch label
public int Label
return int

Position public_oe property

The patch's position in the stream
public long Position
return long