C# Class NodeNetAsync.Yui.Compressor.ErrorReporterMock

Inheritance: ErrorReporter
ファイルを表示 Open project: soywiz/NodeNetAsync

Public Methods

Method 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 method

public error ( string str1, string str2, int i1, string str3, int i2 ) : void
str1 string
str2 string
i1 int
str3 string
i2 int
return void

runtimeError() public method

public runtimeError ( string str1, string str2, int i1, string str3, int i2 ) : EvaluatorException
str1 string
str2 string
i1 int
str3 string
i2 int
return EvaluatorException

warning() public method

public warning ( string str1, string str2, int i1, string str3, int i2 ) : void
str1 string
str2 string
i1 int
str3 string
i2 int
return void