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

Implements the internal representation for the IL conversion instructions.
Наследование: UnaryArithmeticInstruction
Показать файл Открыть проект

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

Метод Описание
ConversionInstruction ( OpCode opcode ) : System

Initializes a new instance of the ConversionInstruction class.

Resolve ( Context ctx, BaseMethodCompiler compiler ) : void

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

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

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

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

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

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