Searched refs:callerLength (Results 1 – 1 of 1) sorted by relevance
599 int callerLength = callerParam.length(); in matchesType() local600 return ((signatureParam.equals(callerParam) || ((callerLength + 1) < signatureLength in matchesType()601 && signatureParam.charAt(signatureLength - callerLength - 1) == '.' in matchesType()