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

Наследование: Mosa.Compiler.Framework.CIL.UnaryInstruction
Показать файл Открыть проект

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

Метод Описание
LdlenInstruction ( OpCode opcode )

Initializes a new instance of the LdlenInstruction class.

Resolve ( Context ctx, BaseMethodCompiler compiler ) : void

Validates the instruction operands and creates a matching variable for the result.

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

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

Initializes a new instance of the LdlenInstruction class.
public LdlenInstruction ( OpCode opcode )
opcode OpCode The opcode.

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

Validates the instruction operands and creates a matching variable for the result.
public Resolve ( Context ctx, BaseMethodCompiler compiler ) : void
ctx Context The context.
compiler BaseMethodCompiler The compiler.
Результат void