is_subtype_of


Description:

public virtual bool is_subtype_of (TypeSymbol t)

Checks whether this data type is equal to or a subtype of the specified data type.

Parameters:

t

a data type

Returns:

true if t is a supertype of this data type, false otherwise