Searched defs:superclassType (Results 1 – 5 of 5) sorted by relevance
151 TypeInfo superclassType, ArrayList<AnnotationInstanceInfo> annotations) { in init()1061 public TypeInfo superclassType() { in superclassType() method in ClassInfo2434 public void setSuperclassType(TypeInfo superclassType) { in setSuperclassType()
255 override fun superclassType(): Type? = in qualifiedTypeName() method439 …override fun superclassType(): Type? = classNode.lookupSuperClasses(module).singleOrNull { it.kind… in constantValue() method
143 val superclassType: DocumentationNode? constant
478 TypeId<G> generatedType, Method[] methodsToProxy, TypeId<T> superclassType) { in generateCodeForAllMethods()
883 TypeMirror superclassType = asTypeElement(type).getSuperclass(); in nonObjectSuperclass() local