C# 클래스 IronPython.Modules._ast.ThrowingErrorSink

상속: Microsoft.Scripting.ErrorSink
파일 보기 프로젝트 열기: jschementi/iron

공개 프로퍼티들

프로퍼티 타입 설명
Default IronPython.Runtime.ThrowingErrorSink

공개 메소드들

메소드 설명
Add ( SourceUnit sourceUnit, string message, Microsoft.Scripting.SourceSpan span, int errorCode, Severity severity ) : void

비공개 메소드들

메소드 설명
ThrowingErrorSink ( ) : System

메소드 상세

Add() 공개 메소드

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
리턴 void

프로퍼티 상세

Default 공개적으로 정적으로 프로퍼티

public static ThrowingErrorSink,IronPython.Runtime Default
리턴 IronPython.Runtime.ThrowingErrorSink