C# Class Mosa.Compiler.Framework.IR.Jmp

Intermediate representation of an unconditional branch context.
Inheritance: BaseIRInstruction
ファイルを表示 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Jmp ( )

Initializes a new instance of the Jmp class.

Method Details

Jmp() public method

Initializes a new instance of the Jmp class.
public Jmp ( )