Home
last modified time | relevance | path

Searched defs:extendingType (Results 1 – 3 of 3) sorted by relevance

/external/auto/factory/src/main/java/com/google/auto/factory/processor/
DAutoFactoryDeclaration.java68 abstract TypeElement extendingType(); in extendingType() method in AutoFactoryDeclaration
135 TypeElement extendingType = AnnotationValues.asType(extendingValue); in createIfValid() local
DFactoryDescriptor.java52 abstract TypeMirror extendingType(); in extendingType() method in FactoryDescriptor
90 TypeMirror extendingType, in create()
DAutoFactoryProcessor.java122 TypeElement extendingType = declaration.get().extendingType(); in doProcess() local