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

An abstract intermediate representation to set the target of the eventually (even if nested) target for the leave instruction within a finally or catch handler, or a try protected block.
Inheritance: BaseIRInstruction
ファイルを表示 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
SetLeaveTarget ( )

Initializes a new instance of SetLeaveTarget.

Method Details

SetLeaveTarget() public method

Initializes a new instance of SetLeaveTarget.
public SetLeaveTarget ( )