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

Intermediate representation of a IL binary logic instruction.
Наследование: Mosa.Compiler.Framework.CIL.BinaryInstruction
Показать файл Открыть проект

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

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

Initializes a new instance of the BinaryLogicInstruction class.

Resolve ( Context ctx, BaseMethodCompiler compiler ) : void

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

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

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

Initializes a new instance of the BinaryLogicInstruction class.
public BinaryLogicInstruction ( 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 The context.
compiler BaseMethodCompiler The compiler.
Результат void