isSubtypeOf 抽象方法

bool isSubtypeOf(
  1. TypeMirror other
)

检查子类型关系,由语言规范中的 <: 表示。

这是在 is 测试检查中使用的类型关系。

实现

bool isSubtypeOf(TypeMirror other);