Searched refs:extendingType (Results 1 – 4 of 4) sorted by relevance
59 abstract TypeElement extendingType(); in extendingType() method in AutoFactoryDeclaration117 TypeElement extendingType = AnnotationValues.asType(extendingValue); in createIfValid() local118 if (extendingType == null) { in createIfValid()123 } else if (!isValidSupertypeForClass(extendingType)) { in createIfValid()127 extendingType.getQualifiedName()), in createIfValid()132 FluentIterable.from(ElementFilter.constructorsIn(extendingType.getEnclosedElements())) in createIfValid()143 extendingType.getQualifiedName()), in createIfValid()165 extendingType, in createIfValid()
106 TypeElement extendingType = declaration.get().extendingType(); in doProcess() local108 factoryName, implementationMethods(extendingType, element)); in doProcess()140 extending.add(methodDescriptor.declaration().extendingType().asType()); in doProcess()
50 abstract TypeMirror extendingType(); in extendingType() method in FactoryDescriptor80 TypeMirror extendingType, in create() argument137 extendingType, in create()
95 factory.superclass(TypeName.get(descriptor.extendingType())); in writeFactory()