Home
last modified time | relevance | path

Searched refs:typeUserName (Results 1 – 1 of 1) sorted by relevance

/external/emma/core/java12/com/vladium/jcd/lib/
DTypes.java350 final String typeUserName = typeDescriptorToUserName (parameterTypes [p]); in methodDescriptorToUserName() local
351 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()