CompilationResult

The result of a compilation

final
class CompilationResult {}

Members

Variables

diagnostics
Diagnostic[] diagnostics;

A list of diagnostic messages

unit
BCUnit unit;

Bytecode unit; MAY BE NULL if any errors occurred during compilation

Meta