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

상속: BranchInstruction
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
DecodeTargets ( IInstructionDecoder decoder ) : bool
LeaveInstruction ( OpCode opcode )

Initializes a new instance of the LeaveInstruction class.

메소드 상세

DecodeTargets() 공개 메소드

public DecodeTargets ( IInstructionDecoder decoder ) : bool
decoder IInstructionDecoder
리턴 bool

LeaveInstruction() 공개 메소드

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