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

Represents a basic jump instruction.
Other more complex method invocation instructions derive from this class, specifically the CallInstruction, the CalliInstruction and CallvirtInstruction classes. They share the features provided by the JumpInstruction.
Inheritance: InvokeInstruction
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
JumpInstruction ( OpCode opCode )

Initializes a new instance of the JumpInstruction class.

Method Details

JumpInstruction() public méthode

Initializes a new instance of the JumpInstruction class.
public JumpInstruction ( OpCode opCode )
opCode OpCode