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

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

Méthodes publiques

Méthode Description
ArithmeticOverflowInstruction ( OpCode opcode ) : System

Initializes a new instance of the ArithmeticOverflowInstruction class.

Resolve ( Context ctx, BaseMethodCompiler compiler ) : void

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

Method Details

ArithmeticOverflowInstruction() public méthode

Initializes a new instance of the ArithmeticOverflowInstruction class.
public ArithmeticOverflowInstruction ( 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