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
显示文件 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
JumpInstruction ( OpCode opCode )

Initializes a new instance of the JumpInstruction class.

Method Details

JumpInstruction() public method

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