Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/invoke/util/
DBytecodeDescriptor.java104 return unparseMethod(type.returnType(), type.parameterList()); in unparse()
115 public static String unparseMethod(Class<?> rtype, List<Class<?>> ptypes) { in unparseMethod() method in BytecodeDescriptor