C# 클래스 Algebra.QL.TypeCheck.Type.BaseType

상속: ITypeCheckType
파일 보기 프로젝트 열기: software-engineering-amsterdam/poly-ql

공개 메소드들

메소드 설명
BaseType ( ) : System
CompatibleWith ( ITypeCheckType other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetLeastUpperBound ( ITypeCheckType other ) : ITypeCheckType
IsChildOf ( ITypeCheckType other ) : bool
ToString ( ) : string

메소드 상세

BaseType() 공개 메소드

public BaseType ( ) : System
리턴 System

CompatibleWith() 공개 메소드

public CompatibleWith ( ITypeCheckType other ) : bool
other ITypeCheckType
리턴 bool

Equals() 공개 최종 메소드

public final Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 최종 메소드

public final GetHashCode ( ) : int
리턴 int

GetLeastUpperBound() 공개 메소드

public GetLeastUpperBound ( ITypeCheckType other ) : ITypeCheckType
other ITypeCheckType
리턴 ITypeCheckType

IsChildOf() 공개 메소드

public IsChildOf ( ITypeCheckType other ) : bool
other ITypeCheckType
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string