Searched refs:referencesInterface (Results 1 – 2 of 2) sorted by relevance
298 if (((this instanceof ObjectType) && ((ObjectType) this).referencesInterface()) in firstCommonSuperclass()299 || ((t instanceof ObjectType) && ((ObjectType) t).referencesInterface())) { in firstCommonSuperclass()
100 public boolean referencesInterface() { in referencesInterface() method in ObjectType