Home
last modified time | relevance | path

Searched defs:makeDescriptor (Results 1 – 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/util/proxy/
DRuntimeSupport.java189 public static String makeDescriptor(Method m) { in makeDescriptor() method in RuntimeSupport
200 public static String makeDescriptor(Class<?>[] params, Class<?> retType) { in makeDescriptor() method in RuntimeSupport
219 public static String makeDescriptor(String params, Class<?> retType) { in makeDescriptor() method in RuntimeSupport