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

Inheritance: Mosa.Compiler.Framework.CIL.UnaryInstruction
Show file Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void

Decodes the specified instruction.

LdobjInstruction ( OpCode opcode ) : System

Initializes a new instance of the LdobjInstruction class.

Resolve ( Context ctx, BaseMethodCompiler compiler ) : void

Validates the instruction operands and creates a matching variable for the result.

Method Details

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

LdobjInstruction() public method

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

Resolve() public method

Validates the instruction operands and creates a matching variable for the result.
public Resolve ( Context ctx, BaseMethodCompiler compiler ) : void
ctx Context The context.
compiler BaseMethodCompiler The compiler.
return void