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

Inheritance: UnaryArithmeticInstruction
ファイルを表示 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
NotInstruction ( OpCode opcode ) : System

Initializes a new instance of the NotInstruction class.

Resolve ( Context ctx, BaseMethodCompiler compiler ) : void

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

Method Details

NotInstruction() public method

Initializes a new instance of the NotInstruction class.
public NotInstruction ( OpCode opcode ) : System
opcode OpCode The opcode.
return System

Resolve() public method

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.
return void