C# Class Mosa.Compiler.Framework.CIL.LeaveInstruction

Inheritance: BranchInstruction
Datei anzeigen Open project: tgiphil/MOSA-Project

Public Methods

Method Description
DecodeTargets ( IInstructionDecoder decoder ) : bool
LeaveInstruction ( OpCode opcode )

Initializes a new instance of the LeaveInstruction class.

Method Details

DecodeTargets() public method

public DecodeTargets ( IInstructionDecoder decoder ) : bool
decoder IInstructionDecoder
return bool

LeaveInstruction() public method

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