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

Inheritance: Instruction
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method Description
Ldtoken ( Register result, TokenConstant value ) : System

Initializes a new instance of the Ldtoken class.

Process ( Method method ) : void

Processes the specified method.

Method Details

Ldtoken() public method

Initializes a new instance of the Ldtoken class.
public Ldtoken ( Register result, TokenConstant value ) : System
result Register The result.
value SharpOS.AOT.IR.Operands.TokenConstant The value.
return System

Process() public method

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