C# Class Babel.Compiler.Report

Afficher le fichier Open project: shugo/babel Class Usage Examples

Protected Properties

Свойство Type Description
errors int
warnings int

Méthodes publiques

Méthode Description
Error ( Location location, string msg ) : void
Report ( ) : System
Warning ( Location location, string msg ) : void

Méthodes protégées

Méthode Description
WriteLocation ( Location location ) : void

Method Details

Error() public méthode

public Error ( Location location, string msg ) : void
location Location
msg string
Résultat void

Report() public méthode

public Report ( ) : System
Résultat System

Warning() public méthode

public Warning ( Location location, string msg ) : void
location Location
msg string
Résultat void

WriteLocation() protected méthode

protected WriteLocation ( Location location ) : void
location Location
Résultat void

Property Details

errors protected_oe property

protected int errors
Résultat int

warnings protected_oe property

protected int warnings
Résultat int