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

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

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

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

Initializes a new instance of the ArglistInstruction class.

Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void

Decodes the specified instruction.

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

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

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

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

Decodes the specified instruction.
public Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void
ctx InstructionNode The context.
decoder IInstructionDecoder The instruction decoder, which holds the code stream.
Результат void