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

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

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

Метод Описание
Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void
UnboxInstruction ( OpCode opcode ) : Mosa.Compiler.MosaTypeSystem

Initializes a new instance of the UnboxInstruction class.

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

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

public Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void
ctx InstructionNode
decoder IInstructionDecoder
Результат void

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

Initializes a new instance of the UnboxInstruction class.
public UnboxInstruction ( OpCode opcode ) : Mosa.Compiler.MosaTypeSystem
opcode OpCode The opcode.
Результат Mosa.Compiler.MosaTypeSystem