C# Class Mosa.Tool.Explorer.ExplorerMethodCompiler

Inheritance: Mosa.Compiler.Framework.BaseMethodCompiler
ファイルを表示 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
ExplorerMethodCompiler ( ExplorerCompiler compiler, MosaMethod method, BasicBlocks basicBlocks, int threadID ) : Mosa.Compiler.Framework

Initializes a new instance of the ExplorerMethodCompiler class.

Method Details

ExplorerMethodCompiler() public method

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.
return Mosa.Compiler.Framework