Searched defs:supertypes (Results 1 – 9 of 9) sorted by relevance
33 val supertypes = listOf(superName) - "java/lang/Object" + interfaces.sorted() in <lambda>() constant88 …fun supertypes(superName: String) = generateSequence({ classByName[superName] }, { classByName[it.… in filterOutNonPublic() method
25 val supertypes: List<String>, constant in kotlinx.coroutines.tools.ClassBinarySignature
177 Set<? extends Class<?>> supertypes = TypeToken.of(clazz).getTypes().rawTypes(); in getAnnotatedMethodsNotCached() local
74 public Iterable<TypeMirror> supertypes(TypeMirror type) { in supertypes() method in DaggerTypes
278 …val supertypes = node.details(NodeKind.Supertype).filterNot { it.qualifiedNameFromType() in ignore… in <lambda>() constant
145 const std::list<Type>& supertypes() const { return supertypes_; } in supertypes() function
127 private final Function<TypeElement, Iterable<TypeElement>> supertypes = field in DiagnosticReporterFactory.DiagnosticReporterImpl
133 val supertypes: List<DocumentationNode> constant