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

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

Méthodes publiques

Méthode Description
ArglistInstruction ( OpCode opcode ) : System

Initializes a new instance of the ArglistInstruction class.

Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void

Decodes the specified instruction.

Method Details

ArglistInstruction() public méthode

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