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

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

Méthodes publiques

Méthode Description
BaseType ( ) : System
CompatibleWith ( ITypeCheckType other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetLeastUpperBound ( ITypeCheckType other ) : ITypeCheckType
IsChildOf ( ITypeCheckType other ) : bool
ToString ( ) : string

Method Details

BaseType() public méthode

public BaseType ( ) : System
Résultat System

CompatibleWith() public méthode

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

Equals() public final méthode

public final Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public final méthode

public final GetHashCode ( ) : int
Résultat int

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