C# Class QSLib.Error.UnaryOperatorTypeMismatch

Inheritance: QSError
Afficher le fichier Open project: software-engineering-amsterdam/poly-ql

Méthodes publiques

Méthode Description
ToString ( ) : string
UnaryOperatorTypeMismatch ( QSType type1, string op, int line ) : System

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

UnaryOperatorTypeMismatch() public méthode

public UnaryOperatorTypeMismatch ( QSType type1, string op, int line ) : System
type1 QSType
op string
line int
Résultat System