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

Implements the internal representation for the IL conversion instructions.
상속: UnaryArithmeticInstruction
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
ConversionInstruction ( OpCode opcode ) : System

Initializes a new instance of the ConversionInstruction class.

Resolve ( Context ctx, BaseMethodCompiler compiler ) : void

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

메소드 상세

ConversionInstruction() 공개 메소드

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

Resolve() 공개 메소드

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