Searched refs:subtypeOf (Results 1 – 9 of 9) sorted by relevance
63 public boolean subtypeOf(CtClass clazz) throws NotFoundException { in subtypeOf() method in CtArray64 if (super.subtypeOf(clazz)) in subtypeOf()73 if (intfs[i].subtypeOf(clazz)) in subtypeOf()77 && getComponentType().subtypeOf(clazz.getComponentType()); in subtypeOf()
66 return clazz.subtypeOf(pool.get("java.io.Serializable")); in isSerializable()
330 public boolean subtypeOf(CtClass clazz) throws NotFoundException { in subtypeOf() method in CtClass
297 public boolean subtypeOf(CtClass clazz) throws NotFoundException { in subtypeOf() method in CtClassType314 if (supername != null && classPool.get(supername).subtypeOf(clazz)) in subtypeOf()318 if (classPool.get(ifs[i]).subtypeOf(clazz)) in subtypeOf()
90 if (clazz.subtypeOf(declClazz)) in matchClass()
247 boolean addMeta = !clazz.subtypeOf(mlevel); in modifyClassfile()
274 if (cache2.subtypeOf(cache)) { in update()
267 return type.clazz.subtypeOf(clazz); in isAssignableFrom()
247 if (clazz.subtypeOf(lookupClassByJvmName(cname))) in compareSignature()