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

Inheritance: Mosa.Compiler.Framework.CIL.UnaryInstruction
Show file Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void
UnboxInstruction ( OpCode opcode ) : Mosa.Compiler.MosaTypeSystem

Initializes a new instance of the UnboxInstruction class.

Method Details

Decode() public method

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

UnboxInstruction() public method

Initializes a new instance of the UnboxInstruction class.
public UnboxInstruction ( OpCode opcode ) : Mosa.Compiler.MosaTypeSystem
opcode OpCode The opcode.
return Mosa.Compiler.MosaTypeSystem