C# Class Algebra.QL.TypeCheck.Type.UnknownType

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

Méthodes publiques

Méthode Description
CompatibleWith ( ITypeCheckType other ) : bool
GetLeastUpperBound ( ITypeCheckType other ) : ITypeCheckType
IsChildOf ( ITypeCheckType other ) : bool
ToString ( ) : string
UnknownType ( ) : System

Method Details

CompatibleWith() public méthode

public CompatibleWith ( ITypeCheckType other ) : bool
other ITypeCheckType
Résultat bool

GetLeastUpperBound() public méthode

public GetLeastUpperBound ( ITypeCheckType other ) : ITypeCheckType
other ITypeCheckType
Résultat ITypeCheckType

IsChildOf() public méthode

public IsChildOf ( ITypeCheckType other ) : bool
other ITypeCheckType
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

UnknownType() public méthode

public UnknownType ( ) : System
Résultat System