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

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

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

Метод Описание
BranchInstruction ( OpCode opcode )

Initializes a new instance of the BranchInstruction class.

Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void

Decodes the specified instruction.

DecodeTargets ( IInstructionDecoder decoder ) : bool

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

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

Initializes a new instance of the BranchInstruction class.
public BranchInstruction ( OpCode opcode )
opcode OpCode The opcode.

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

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

public DecodeTargets ( IInstructionDecoder decoder ) : bool
decoder IInstructionDecoder
Результат bool