C# Class QSLib.Error.OperatorTypeMismatch

Inheritance: QSError
Exibir arquivo Open project: software-engineering-amsterdam/poly-ql

Public Methods

Method Description
OperatorTypeMismatch ( QSType type1, QSType type2, string op, int line ) : System
ToString ( ) : string

Method Details

OperatorTypeMismatch() public method

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

ToString() public method

public ToString ( ) : string
return string