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

Represents a unary instruction, which performs an operation on the operand and places the result on the stack.
상속: Mosa.Compiler.Framework.CIL.UnaryInstruction
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
Resolve ( Context ctx, BaseMethodCompiler compiler ) : void

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

UnaryArithmeticInstruction ( OpCode opcode )

Initializes a new instance of the UnaryArithmeticInstruction class.

메소드 상세

Resolve() 공개 메소드

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

UnaryArithmeticInstruction() 공개 메소드

Initializes a new instance of the UnaryArithmeticInstruction class.
public UnaryArithmeticInstruction ( OpCode opcode )
opcode OpCode The opcode.