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.java63 abstract TypeElement extendingType(); in extendingType() method in AutoFactoryDeclaration
130 TypeElement extendingType = AnnotationValues.asType(extendingValue); in createIfValid() local
DFactoryDescriptor.java50 abstract TypeMirror extendingType(); in extendingType() method in FactoryDescriptor
87 TypeMirror extendingType, in create()
DAutoFactoryProcessor.java108 TypeElement extendingType = declaration.get().extendingType(); in doProcess() local