Searched refs:unparseMethod (Results 1 – 1 of 1) sorted by relevance
104 return unparseMethod(type.returnType(), type.parameterList()); in unparse()115 public static String unparseMethod(Class<?> rtype, List<Class<?>> ptypes) { in unparseMethod() method in BytecodeDescriptor