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

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

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

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

Initializes a new instance of the BinaryBranchInstruction class.

Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void

Decodes the specified instruction.

DecodeTargets ( IInstructionDecoder decoder ) : bool

Защищенные методы

Метод Описание
GetModifier ( InstructionNode node ) : string

Gets the instruction modifier.

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

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

Initializes a new instance of the BinaryBranchInstruction class.
public BinaryBranchInstruction ( 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

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

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

GetModifier() защищенный Метод

Gets the instruction modifier.
protected GetModifier ( InstructionNode node ) : string
node InstructionNode The context.
Результат string