C# 클래스 Mosa.Compiler.Framework.CIL.StelemInstruction

Intermediate representation of the CIL stelem opcode family.
상속: Mosa.Compiler.Framework.CIL.NaryInstruction
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void

Decodes the specified instruction.

StelemInstruction ( OpCode opcode ) : System

Initializes a new instance of the StelemInstruction class.

메소드 상세

Decode() 공개 메소드

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.
리턴 void

StelemInstruction() 공개 메소드

Initializes a new instance of the StelemInstruction class.
public StelemInstruction ( OpCode opcode ) : System
opcode OpCode The opcode.
리턴 System