Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/jcd/lib/
DTypes.java197 public static String [] descriptorToParameterTypes (String methoddescriptor) in descriptorToParameterTypes() method in Types
340 final String [] parameterTypes = descriptorToParameterTypes (methoddescriptor); in methodDescriptorToUserName()