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

Inheritance: BaseCILInstruction
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
BranchInstruction ( OpCode opcode )

Initializes a new instance of the BranchInstruction class.

Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void

Decodes the specified instruction.

DecodeTargets ( IInstructionDecoder decoder ) : bool

Method Details

BranchInstruction() public méthode

Initializes a new instance of the BranchInstruction class.
public BranchInstruction ( OpCode opcode )
opcode OpCode The opcode.

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

DecodeTargets() public méthode

public DecodeTargets ( IInstructionDecoder decoder ) : bool
decoder IInstructionDecoder
Résultat bool