Searched refs:getFunctionName (Results 1 – 1 of 1) sorted by relevance
126 val getFunctionName = getFunction.name regex128 getFunctionName.startsWith("get") -> "get"129 getFunctionName.startsWith("is") -> "is"130 getFunctionName.startsWith("has") -> "has"133 val setFunctionName = "set" + getFunctionName.removePrefix(prefix)150 val getFunctionName = getFunction.name regex151 if (!getFunctionName.startsWith("get")) {252 getFunctionName: String,259 getFunctionName,434 listOfNotNull(it.getFunctionName, it.setFunctionName)[all …]