C# 클래스 QSLib.Error.OperatorTypeMismatch

상속: QSError
파일 보기 프로젝트 열기: software-engineering-amsterdam/poly-ql

공개 메소드들

메소드 설명
OperatorTypeMismatch ( QSType type1, QSType type2, string op, int line ) : System
ToString ( ) : string

메소드 상세

OperatorTypeMismatch() 공개 메소드

public OperatorTypeMismatch ( QSType type1, QSType type2, string op, int line ) : System
type1 QSType
type2 QSType
op string
line int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string