C# Класс SharpOS.AOT.IR.Instructions.ConditionCheck

Наследование: Instruction
Показать файл Открыть проект

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

Метод Описание
ConditionCheck ( RelationalType type, Register result, Register first, Register second ) : System

Initializes a new instance of the ConditionCheck class.

Process ( Method method ) : void

Processes the specified method.

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

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

Initializes a new instance of the ConditionCheck class.
public ConditionCheck ( RelationalType type, Register result, Register first, Register second ) : System
type RelationalType The type.
result Register The result.
first Register The first.
second Register The second.
Результат System

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

Processes the specified method.
public Process ( Method method ) : void
method Method The method.
Результат void