C# Class Mosa.Compiler.Framework.CIL.StelemInstruction

Intermediate representation of the CIL stelem opcode family.
Inheritance: Mosa.Compiler.Framework.CIL.NaryInstruction
ファイルを表示 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void

Decodes the specified instruction.

StelemInstruction ( OpCode opcode ) : System

Initializes a new instance of the StelemInstruction class.

Method Details

Decode() public method

Decodes the specified instruction.
public Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void
ctx InstructionNode The context.
decoder IInstructionDecoder The instruction decoder, which holds the code stream.
return void

StelemInstruction() public method

Initializes a new instance of the StelemInstruction class.
public StelemInstruction ( OpCode opcode ) : System
opcode OpCode The opcode.
return System