C# 클래스 Mosa.Tool.Explorer.ExplorerMethodCompiler

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

공개 메소드들

메소드 설명
ExplorerMethodCompiler ( ExplorerCompiler compiler, MosaMethod method, BasicBlocks basicBlocks, int threadID ) : Mosa.Compiler.Framework

Initializes a new instance of the ExplorerMethodCompiler class.

메소드 상세

ExplorerMethodCompiler() 공개 메소드

Initializes a new instance of the ExplorerMethodCompiler class.
public ExplorerMethodCompiler ( ExplorerCompiler compiler, MosaMethod method, BasicBlocks basicBlocks, int threadID ) : Mosa.Compiler.Framework
compiler ExplorerCompiler The compiler.
method MosaMethod The method.
basicBlocks BasicBlocks The basic blocks.
threadID int The thread identifier.
리턴 Mosa.Compiler.Framework