Searched defs:subtypeOf (Results 1 – 10 of 10) sorted by relevance
79 public static WildcardTypeName subtypeOf(TypeName upperBound) { in subtypeOf() method in WildcardTypeName83 public static WildcardTypeName subtypeOf(Type upperBound) { in subtypeOf() method in WildcardTypeName
75 public boolean subtypeOf(CtClass clazz) throws NotFoundException in subtypeOf() method in CtArray
348 public boolean subtypeOf(CtClass clazz) throws NotFoundException { in subtypeOf() method in CtClass
334 public boolean subtypeOf(CtClass clazz) throws NotFoundException { in subtypeOf() method in CtClassType
78 public static WildcardType subtypeOf(Type bound) { in subtypeOf() method in Types
78 public static WildcardType subtypeOf(Type bound) { in subtypeOf() method in $Gson$Types
152 static WildcardType subtypeOf(Type upperBound) { in subtypeOf() method in Types
200 public static Predicate<Class<?>> subtypeOf(Class<?> clazz) { in subtypeOf() method in Predicates