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

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

공개 메소드들

메소드 설명
DupInstruction ( OpCode opcode )

Initializes a new instance of the NopInstruction class.

Resolve ( Context ctx, BaseMethodCompiler compiler ) : void

Validates the specified instruction.

메소드 상세

DupInstruction() 공개 메소드

Initializes a new instance of the NopInstruction class.
public DupInstruction ( OpCode opcode )
opcode OpCode

Resolve() 공개 메소드

Validates the specified instruction.
public Resolve ( Context ctx, BaseMethodCompiler compiler ) : void
ctx Context The context.
compiler BaseMethodCompiler The compiler.
리턴 void