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

Represents a basic jump instruction.
Other more complex method invocation instructions derive from this class, specifically the CallInstruction, the CalliInstruction and CallvirtInstruction classes. They share the features provided by the JumpInstruction.
상속: InvokeInstruction
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
JumpInstruction ( OpCode opCode )

Initializes a new instance of the JumpInstruction class.

메소드 상세

JumpInstruction() 공개 메소드

Initializes a new instance of the JumpInstruction class.
public JumpInstruction ( OpCode opCode )
opCode OpCode