public class Report {
public static void set_verbose_errors ( bool verbose ) ;
public static int get_warnings ( ) ;
public static int get_errors ( ) ;
public static void warning ( SourceReference? source,
string message ) ;
public static void error ( SourceReference? source,
string message ) ;
}

public static void set_verbose_errors ( bool verbose ) ;
public static int get_warnings ( ) ;
public static int get_errors ( ) ;
public static void warning ( SourceReference? source,
string message ) ;
public static void error ( SourceReference? source,
string message ) ;
Created by Valadoc