C# Class SharpOS.AOT.IR.Instructions.Ldftn

Inheritance: Instruction
Mostrar archivo Open project: sharpos/SharpOS

Protected Properties

Property Type Description
method Method

Public Methods

Method Description
Ldftn ( Register result, Method value ) : System

Initializes a new instance of the Ldftn class.

Process ( Method method ) : void

Processes the specified method.

Method Details

Ldftn() public method

Initializes a new instance of the Ldftn class.
public Ldftn ( Register result, Method value ) : System
result Register The result.
value Method The value.
return System

Process() public method

Processes the specified method.
public Process ( Method method ) : void
method Method The method.
return void

Property Details

method protected_oe property

protected Method method
return Method