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

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

Méthodes publiques

Méthode Description
BinaryComparisonInstruction ( OpCode opcode ) : System

Initializes a new instance of the BinaryComparisonInstruction class.

Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void

Decodes the specified instruction.

Méthodes protégées

Méthode Description
GetModifier ( InstructionNode node ) : string

Gets the instruction modifier.

Method Details

BinaryComparisonInstruction() public méthode

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

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

GetModifier() protected méthode

Gets the instruction modifier.
protected GetModifier ( InstructionNode node ) : string
node InstructionNode The context.
Résultat string