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

Inheritance: Mosa.Compiler.Framework.CIL.UnaryInstruction
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode 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 méthode

public Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void
ctx InstructionNode
decoder IInstructionDecoder
Résultat void

UnboxInstruction() public méthode

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