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

Inheritance: BranchInstruction
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
DecodeTargets ( IInstructionDecoder decoder ) : bool
LeaveInstruction ( OpCode opcode )

Initializes a new instance of the LeaveInstruction class.

Method Details

DecodeTargets() public méthode

public DecodeTargets ( IInstructionDecoder decoder ) : bool
decoder IInstructionDecoder
Résultat bool

LeaveInstruction() public méthode

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