Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/invoke/util/
DBytecodeDescriptor.java97 public static String unparse(Class<?> type) { in unparse() method in BytecodeDescriptor
103 public static String unparse(MethodType type) { in unparse() method in BytecodeDescriptor
107 public static String unparse(Object type) { in unparse() method in BytecodeDescriptor
109 return unparse((Class<?>) type); in unparse()
111 return unparse((MethodType) type); in unparse()
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodType.java1176 desc = BytecodeDescriptor.unparse(this);
1210 return BytecodeDescriptor.unparse(cls);