Searched defs:propertyElement (Results 1 – 3 of 3) sorted by relevance
339 E propertyElement = propertyElements.get(methodName); in classifyMethodOneArg() local443 private Optional<Copier> getSetterFunction(E propertyElement, ExecutableElement setter) { in getSetterFunction()496 E propertyElement, in getConvertingSetterFunction()656 E propertyElement = propertyElements().get(property); in propertyIsNullable() local678 abstract TypeMirror originalPropertyType(E propertyElement); in originalPropertyType()684 abstract String propertyString(E propertyElement); in propertyString()
94 TypeMirror originalPropertyType(ExecutableElement propertyElement) { in originalPropertyType()99 String propertyString(ExecutableElement propertyElement) { in propertyString()
221 TypeMirror originalPropertyType(VariableElement propertyElement) { in originalPropertyType()226 String propertyString(VariableElement propertyElement) { in propertyString()