C# 클래스 CoolCompiler.CompilerError

파일 보기 프로젝트 열기: KvanTTT/Cool-Compiler

공개 메소드들

메소드 설명
CompilerError ( int number, int line, int columnStart, int columnStop = null ) : System

메소드 상세

CompilerError() 공개 메소드

public CompilerError ( int number, int line, int columnStart, int columnStop = null ) : System
number int
line int
columnStart int
columnStop int
리턴 System