Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
CompilerEnvironment
CompilerEnvironment()->PikeCompiler

Method CompilerEnvironment()->PikeCompiler()->report()


Method report

void report(SeverityLevel severity, string filename, int linenumber, string subsystem, string message, mixed ... extra_args)

Description

Report a diagnostic from the compiler.

The default implementation calls the corresponding function in the active handlers, and otherwise falls back to CompilerEnvironment()->report() in the parent object.