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

Inheritance: CallInstruction
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method Description
Call ( Method method, Register result, Operand parameters ) : System

Initializes a new instance of the Call class.

Process ( Method method ) : void

Processes the specified method.

Method Details

Call() public method

Initializes a new instance of the Call class.
public Call ( Method method, Register result, Operand parameters ) : System
method Method The method.
result Register The result.
parameters Operand The parameters.
return System

Process() public method

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