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

상속: Mosa.Compiler.Framework.CIL.UnaryInstruction
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void
UnboxAnyInstruction ( OpCode opcode ) : Mosa.Compiler.MosaTypeSystem

Initializes a new instance of the UnboxAnyInstruction class.

메소드 상세

Decode() 공개 메소드

public Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void
ctx InstructionNode
decoder IInstructionDecoder
리턴 void

UnboxAnyInstruction() 공개 메소드

Initializes a new instance of the UnboxAnyInstruction class.
public UnboxAnyInstruction ( OpCode opcode ) : Mosa.Compiler.MosaTypeSystem
opcode OpCode The opcode.
리턴 Mosa.Compiler.MosaTypeSystem