IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Tools.Importer.StaticCompiler Class Reference

Public Member Functions

 StaticCompiler (IDiagnosticHandler diagnostics)
 Initializes a new instance.
 

Detailed Description

Definition at line 42 of file StaticCompiler.cs.

Constructor & Destructor Documentation

◆ StaticCompiler()

IKVM.Tools.Importer.StaticCompiler.StaticCompiler ( IDiagnosticHandler diagnostics)

Initializes a new instance.

Parameters
diagnostics

Definition at line 60 of file StaticCompiler.cs.

61 {
62 this.diagnostics = diagnostics ?? throw new ArgumentNullException(nameof(diagnostics));
63 }

The documentation for this class was generated from the following file: