C# Class Mosa.Tool.Explorer.ExplorerCompiler

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

Public Methods

Method Description
ExtendCompilerSetup ( ) : void

Extends the compiler setup.

Protected Methods

Method Description
CreateMethodCompiler ( MosaMethod method, BasicBlocks basicBlocks, int threadID ) : BaseMethodCompiler

Creates a method compiler

Method Details

CreateMethodCompiler() protected method

Creates a method compiler
protected CreateMethodCompiler ( MosaMethod method, BasicBlocks basicBlocks, int threadID ) : BaseMethodCompiler
method MosaMethod The method to compile.
basicBlocks BasicBlocks The basic blocks.
threadID int
return Mosa.Compiler.Framework.BaseMethodCompiler

ExtendCompilerSetup() public method

Extends the compiler setup.
public ExtendCompilerSetup ( ) : void
return void