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

Implements the internal representation for the IL conversion instructions.
Inheritance: UnaryArithmeticInstruction
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
ConversionInstruction ( OpCode opcode ) : System

Initializes a new instance of the ConversionInstruction class.

Resolve ( Context ctx, BaseMethodCompiler compiler ) : void

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

Method Details

ConversionInstruction() public méthode

Initializes a new instance of the ConversionInstruction class.
public ConversionInstruction ( 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
compiler BaseMethodCompiler The compiler.
Résultat void