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

Intermediate representation for the IL switch instruction.
Наследование: UnaryBranchInstruction
Показать файл Открыть проект

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

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

Decodes the specified instruction.

DecodeTargets ( IInstructionDecoder decoder ) : bool
SwitchInstruction ( OpCode opcode )

Initializes a new instance of the SwitchInstruction 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

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

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

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

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