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

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

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

Метод Описание
Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void

Decodes the specified instruction.

LdcInstruction ( OpCode opCode ) : Mosa.Compiler.Common

Initializes a new instance of the LdcInstruction class.

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

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

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

Initializes a new instance of the LdcInstruction class.
public LdcInstruction ( OpCode opCode ) : Mosa.Compiler.Common
opCode OpCode
Результат Mosa.Compiler.Common