C# Class IronRuby.Tests.TokenizerTestDriver.ErrorLog

Inheritance: Microsoft.Scripting.ErrorCounter
Show file Open project: jschementi/iron

Public Methods

Method Description
Add ( SourceUnit source, string message, Microsoft.Scripting.SourceSpan span, int errorCode, Severity severity ) : void

Method Details

Add() public method

public Add ( SourceUnit source, string message, Microsoft.Scripting.SourceSpan span, int errorCode, Severity severity ) : void
source SourceUnit
message string
span Microsoft.Scripting.SourceSpan
errorCode int
severity Severity
return void