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

Inheritance: ITypeCheckType
Mostrar archivo Open project: software-engineering-amsterdam/poly-ql

Public Methods

Method 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 method

public BaseType ( ) : System
return System

CompatibleWith() public method

public CompatibleWith ( ITypeCheckType other ) : bool
other ITypeCheckType
return bool

Equals() public final method

public final Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public final method

public final GetHashCode ( ) : int
return int

GetLeastUpperBound() public method

public GetLeastUpperBound ( ITypeCheckType other ) : ITypeCheckType
other ITypeCheckType
return ITypeCheckType

IsChildOf() public method

public IsChildOf ( ITypeCheckType other ) : bool
other ITypeCheckType
return bool

ToString() public method

public ToString ( ) : string
return string