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

Inheritance: Mosa.Compiler.Framework.CIL.BinaryInstruction
Datei anzeigen Open project: tgiphil/MOSA-Project

Public Methods

Method Description
BinaryComparisonInstruction ( OpCode opcode ) : System

Initializes a new instance of the BinaryComparisonInstruction class.

Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void

Decodes the specified instruction.

Protected Methods

Method Description
GetModifier ( InstructionNode node ) : string

Gets the instruction modifier.

Method Details

BinaryComparisonInstruction() public method

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

Decode() public method

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

GetModifier() protected method

Gets the instruction modifier.
protected GetModifier ( InstructionNode node ) : string
node InstructionNode The context.
return string