Searched refs:accessor_type (Results 1 – 1 of 1) sorted by relevance
151 int accessor_type; in extract_method_call() local163 accessor_type = METHOD_SETTER; in extract_method_call()170 accessor_type = METHOD_CLEAR; in extract_method_call()176 accessor_type = METHOD_PRESENCE; in extract_method_call()180 accessor_type = METHOD_GETTER; in extract_method_call()188 (accessor_type == METHOD_GETTER || accessor_type == METHOD_SETTER) && in extract_method_call()204 if (accessor_type == METHOD_SETTER) { in extract_method_call()205 accessor_type = METHOD_WRAPPER_SETTER; in extract_method_call()207 accessor_type = METHOD_WRAPPER_GETTER; in extract_method_call()215 if (!has_field && accessor_type == METHOD_GETTER && in extract_method_call()[all …]