JaCIL Framework API

Compiler Constructor (MessageSender, ICompilerReferences, IContextProfile, ITranslatorProfile)

Creates an instance of the compiler.

public Compiler(
   MessageSender sender,
   ICompilerReferences references,
   IContextProfile contextProfile,
   ITranslatorProfile translatorProfile
);

Parameters

sender
The output for the compiler messages.
references
The compiler references.
contextProfile
The profile to use for compiler context.
translatorProfile
The profile to use for compiler translators.

See Also

Compiler Class | JaCIL.Compiler Namespace | Compiler Constructor Overload List