C# Class IronPython.Modules._ast.ThrowingErrorSink

Inheritance: Microsoft.Scripting.ErrorSink
Exibir arquivo Open project: jschementi/iron

Public Properties

Property Type Description
Default IronPython.Runtime.ThrowingErrorSink

Public Methods

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

Private Methods

Method Description
ThrowingErrorSink ( ) : System

Method Details

Add() public method

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

Property Details

Default public_oe static_oe property

public static ThrowingErrorSink,IronPython.Runtime Default
return IronPython.Runtime.ThrowingErrorSink