Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/jcd/lib/
DTypes.java333 public static String typeDescriptorToUserName (final String typedescriptor) in typeDescriptorToUserName() method in Types
350 final String typeUserName = typeDescriptorToUserName (parameterTypes [p]); in methodDescriptorToUserName()