OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:methoddescriptortousername
(Results
1 - 1
of
1
) sorted by null
/external/emma/core/java12/com/vladium/jcd/lib/
Types.java
338
public static String
methodDescriptorToUserName
(final String methoddescriptor)
370
return methodName + ' ' +
methodDescriptorToUserName
(methoddescriptor);
381
return classJavaName + '.' + methodName + ' ' +
methodDescriptorToUserName
(methoddescriptor);
Completed in 131 milliseconds