C# Class IronPython.Modules._ast.ThrowingErrorSink

Inheritance: Microsoft.Scripting.ErrorSink
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Свойство Type Description
Default IronPython.Runtime.ThrowingErrorSink

Méthodes publiques

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

Private Methods

Méthode Description
ThrowingErrorSink ( ) : System

Method Details

Add() public méthode

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
Résultat void

Property Details

Default public_oe static_oe property

public static ThrowingErrorSink,IronPython.Runtime Default
Résultat IronPython.Runtime.ThrowingErrorSink