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

Inheritance: BaseCILInstruction
Datei anzeigen Open project: tgiphil/MOSA-Project

Public Methods

Method 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 method

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