isSubtypeOf 抽象方法

bool isSubtypeOf(
  1. TypeMirror other
)

检查子类型关系,在语言规范中以 `<:` 表示。

这是用于 `is` 测试检查的类型关系。

实现

bool isSubtypeOf(TypeMirror other);