C# Class QSLib.Error.UnaryOperatorTypeMismatch

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

Public Methods

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

Method Details

ToString() public method

public ToString ( ) : string
return string

UnaryOperatorTypeMismatch() public method

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