C# Class Mosa.Tool.Explorer.ExplorerMethodCompiler

Inheritance: Mosa.Compiler.Framework.BaseMethodCompiler
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode 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 méthode

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.
Résultat Mosa.Compiler.Framework