C# Класс Mosa.Compiler.Framework.CIL.StelemInstruction

Intermediate representation of the CIL stelem opcode family.
Наследование: Mosa.Compiler.Framework.CIL.NaryInstruction
Показать файл Открыть проект

Открытые методы

Метод Описание
Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void

Decodes the specified instruction.

StelemInstruction ( OpCode opcode ) : System

Initializes a new instance of the StelemInstruction class.

Описание методов

Decode() публичный Метод

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.
Результат void

StelemInstruction() публичный Метод

Initializes a new instance of the StelemInstruction class.
public StelemInstruction ( OpCode opcode ) : System
opcode OpCode The opcode.
Результат System