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

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

Decodes the specified instruction.

RefanyvalInstruction ( OpCode opcode ) : System

Initializes a new instance of the RefanyvalInstruction class.

Resolve ( Context ctx, BaseMethodCompiler compiler ) : void

Validates the instruction operands and creates a matching variable for the result.

Method Details

Decode() public méthode

Decodes the specified instruction.
public Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void
ctx InstructionNode The context.
decoder IInstructionDecoder The instruction decoder, which holds the code stream.
Résultat void

RefanyvalInstruction() public méthode

Initializes a new instance of the RefanyvalInstruction class.
public RefanyvalInstruction ( OpCode opcode ) : System
opcode OpCode The opcode.
Résultat System

Resolve() public méthode

Validates the instruction operands and creates a matching variable for the result.
public Resolve ( Context ctx, BaseMethodCompiler compiler ) : void
ctx Context The context.
compiler BaseMethodCompiler The compiler.
Résultat void