C# Class NodeNetAsync.Yui.Compressor.ErrorReporterMock

Inheritance: ErrorReporter
Afficher le fichier Open project: soywiz/NodeNetAsync

Méthodes publiques

Méthode Description
error ( string str1, string str2, int i1, string str3, int i2 ) : void
runtimeError ( string str1, string str2, int i1, string str3, int i2 ) : EvaluatorException
warning ( string str1, string str2, int i1, string str3, int i2 ) : void

Method Details

error() public méthode

public error ( string str1, string str2, int i1, string str3, int i2 ) : void
str1 string
str2 string
i1 int
str3 string
i2 int
Résultat void

runtimeError() public méthode

public runtimeError ( string str1, string str2, int i1, string str3, int i2 ) : EvaluatorException
str1 string
str2 string
i1 int
str3 string
i2 int
Résultat EvaluatorException

warning() public méthode

public warning ( string str1, string str2, int i1, string str3, int i2 ) : void
str1 string
str2 string
i1 int
str3 string
i2 int
Résultat void