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

An abstract intermediate representation of a routine to leave a protected block, finally or catch handler to normal flow control, calling finally handlers as appropriate. Not to be confused with CIL Leave instruction.
Inheritance: BaseIRInstruction
Exibir arquivo Open project: tgiphil/MOSA-Project

Public Methods

Method Description
GotoLeaveTarget ( )

Initializes a new instance of GotoLeaveTarget.

Method Details

GotoLeaveTarget() public method

Initializes a new instance of GotoLeaveTarget.
public GotoLeaveTarget ( )