C# Class Mosa.Compiler.Framework.CIL.ThrowInstruction

Intermediate representation of the IL throw instruction.
Inheritance: Mosa.Compiler.Framework.CIL.UnaryInstruction
Show file Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void
ThrowInstruction ( OpCode opcode )

Initializes a new instance of the ThrowInstruction class.

Method Details

Decode() public method

public Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void
ctx InstructionNode
decoder IInstructionDecoder
return void

ThrowInstruction() public method

Initializes a new instance of the ThrowInstruction class.
public ThrowInstruction ( OpCode opcode )
opcode OpCode The opcode.