C# Class Mosa.Compiler.Framework.Stages.ExceptionStage

Inheritance: BaseMethodCompilerStage
Exibir arquivo Open project: tgiphil/MOSA-Project

Protected Methods

Method Description
Finish ( ) : void
Run ( ) : void

Private Methods

Method Description
CollectLeaveTargets ( ) : BasicBlock>>.List
Empty ( InstructionNode node ) : void
ExceptionStartInstruction ( InstructionNode node ) : void
FinallyEndInstruction ( InstructionNode node ) : void
FinallyStartInstruction ( InstructionNode node ) : void
GotoLeaveTargetInstruction ( InstructionNode node ) : void
SetLeaveTargetInstruction ( InstructionNode node ) : void
ThrowInstruction ( InstructionNode node ) : void

Method Details

Finish() protected method

protected Finish ( ) : void
return void

Run() protected method

protected Run ( ) : void
return void