C# Class Mosa.Compiler.Framework.MosaCompiler

Inheritance: IDisposable
Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Méthodes publiques

Méthode Description
Compile ( ) : void
Dispose ( ) : void
Execute ( ) : void
Execute ( int threads ) : void
Initialize ( ) : void
Load ( List inputFiles ) : void
Load ( TypeSystem typeSystem ) : void
MosaCompiler ( ) : System
PostCompile ( ) : void
PreCompile ( ) : void
Schedule ( MosaMethod method ) : void
Schedule ( MosaType type ) : void
ScheduleAll ( ) : void

Private Methods

Méthode Description
GetInputFileNames ( List inputFiles ) : IEnumerable

Gets a list of input file names.

Method Details

Compile() public méthode

public Compile ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Execute() public méthode

public Execute ( ) : void
Résultat void

Execute() public méthode

public Execute ( int threads ) : void
threads int
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Load() public méthode

public Load ( List inputFiles ) : void
inputFiles List
Résultat void

Load() public méthode

public Load ( TypeSystem typeSystem ) : void
typeSystem Mosa.Compiler.MosaTypeSystem.TypeSystem
Résultat void

MosaCompiler() public méthode

public MosaCompiler ( ) : System
Résultat System

PostCompile() public méthode

public PostCompile ( ) : void
Résultat void

PreCompile() public méthode

public PreCompile ( ) : void
Résultat void

Schedule() public méthode

public Schedule ( MosaMethod method ) : void
method MosaMethod
Résultat void

Schedule() public méthode

public Schedule ( MosaType type ) : void
type MosaType
Résultat void

ScheduleAll() public méthode

public ScheduleAll ( ) : void
Résultat void