Searched refs:typeUserName (Results 1 – 1 of 1) sorted by relevance
350 final String typeUserName = typeDescriptorToUserName (parameterTypes [p]); in methodDescriptorToUserName() local351 int lastDot = typeUserName.lastIndexOf ('.'); in methodDescriptorToUserName()353 if ((lastDot < 0) || ! "java.lang.".equals (typeUserName.substring (0, lastDot + 1))) in methodDescriptorToUserName()354 result.append (typeUserName); in methodDescriptorToUserName()356 result.append (typeUserName.substring (lastDot + 1)); in methodDescriptorToUserName()