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

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

공개 메소드들

메소드 설명
BranchInstruction ( OpCode opcode )

Initializes a new instance of the BranchInstruction class.

Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void

Decodes the specified instruction.

DecodeTargets ( IInstructionDecoder decoder ) : bool

메소드 상세

BranchInstruction() 공개 메소드

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

Decode() 공개 메소드

Decodes the specified instruction.
public Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void
ctx InstructionNode The context.
decoder IInstructionDecoder The instruction decoder, which holds the code stream.
리턴 void

DecodeTargets() 공개 메소드

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