Searched defs:propertyElement (Results 1 – 3 of 3) sorted by relevance
353 E propertyElement = propertyElements.get(methodName); in classifyMethodOneArg() local468 private Optional<Copier> getSetterFunction(E propertyElement, ExecutableElement setter) { in getSetterFunction()521 E propertyElement, in getConvertingSetterFunction()681 E propertyElement = propertyElements().get(property); in propertyIsNullable() local703 abstract TypeMirror originalPropertyType(E propertyElement); in originalPropertyType()709 abstract String propertyString(E propertyElement); in propertyString()
104 TypeMirror originalPropertyType(ExecutableElement propertyElement) { in originalPropertyType()109 String propertyString(ExecutableElement propertyElement) { in propertyString()
216 TypeMirror originalPropertyType(VariableElement propertyElement) { in originalPropertyType()221 String propertyString(VariableElement propertyElement) { in propertyString()