C# 클래스 CoolCompiler.FunctionArgumentsError

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

공개 프로퍼티들

프로퍼티 타입 설명
FunctionName string
FunctionTypes List

공개 메소드들

메소드 설명
FunctionArgumentsError ( string functionName, List functionTypes, int number, int line, int columnStart, int columnStop = null ) : System

메소드 상세

FunctionArgumentsError() 공개 메소드

public FunctionArgumentsError ( string functionName, List functionTypes, int number, int line, int columnStart, int columnStop = null ) : System
functionName string
functionTypes List
number int
line int
columnStart int
columnStop int
리턴 System

프로퍼티 상세

FunctionName 공개적으로 프로퍼티

public string FunctionName
리턴 string

FunctionTypes 공개적으로 프로퍼티

public List FunctionTypes
리턴 List