C# 클래스 Babel.Compiler.Report

파일 보기 프로젝트 열기: shugo/babel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
errors int
warnings int

공개 메소드들

메소드 설명
Error ( Location location, string msg ) : void
Report ( ) : System
Warning ( Location location, string msg ) : void

보호된 메소드들

메소드 설명
WriteLocation ( Location location ) : void

메소드 상세

Error() 공개 메소드

public Error ( Location location, string msg ) : void
location Location
msg string
리턴 void

Report() 공개 메소드

public Report ( ) : System
리턴 System

Warning() 공개 메소드

public Warning ( Location location, string msg ) : void
location Location
msg string
리턴 void

WriteLocation() 보호된 메소드

protected WriteLocation ( Location location ) : void
location Location
리턴 void

프로퍼티 상세

errors 보호되어 있는 프로퍼티

protected int errors
리턴 int

warnings 보호되어 있는 프로퍼티

protected int warnings
리턴 int