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

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

공개 메소드들

메소드 설명
CompatibleWith ( ITypeCheckType other ) : bool
GetLeastUpperBound ( ITypeCheckType other ) : ITypeCheckType
IsChildOf ( ITypeCheckType other ) : bool
ToString ( ) : string
UnknownType ( ) : System

메소드 상세

CompatibleWith() 공개 메소드

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

GetLeastUpperBound() 공개 메소드

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

IsChildOf() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UnknownType() 공개 메소드

public UnknownType ( ) : System
리턴 System