C# Класс QL.QLClasses.Types.QType

Наследование: ASTBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetType ( ) : QType
IsCompatibleWith ( QType type ) : bool
IsCompatibleWithQBool ( QBool type ) : bool
IsCompatibleWithQInt ( QInt type ) : bool
IsCompatibleWithQString ( QString type ) : bool
UndefinedValue ( ) : QValue

Описание методов

GetType() публичный абстрактный Метод

public abstract GetType ( ) : QType
Результат QType

IsCompatibleWith() публичный Метод

public IsCompatibleWith ( QType type ) : bool
type QType
Результат bool

IsCompatibleWithQBool() публичный Метод

public IsCompatibleWithQBool ( QBool type ) : bool
type QBool
Результат bool

IsCompatibleWithQInt() публичный Метод

public IsCompatibleWithQInt ( QInt type ) : bool
type QInt
Результат bool

IsCompatibleWithQString() публичный Метод

public IsCompatibleWithQString ( QString type ) : bool
type QString
Результат bool

UndefinedValue() публичный абстрактный Метод

public abstract UndefinedValue ( ) : QValue
Результат QL.QLClasses.Values.QValue