Searched refs:unparse (Results 1 – 2 of 2) sorted by relevance
97 public static String unparse(Class<?> type) { in unparse() method in BytecodeDescriptor103 public static String unparse(MethodType type) { in unparse() method in BytecodeDescriptor107 public static String unparse(Object type) { in unparse() method in BytecodeDescriptor109 return unparse((Class<?>) type); in unparse()111 return unparse((MethodType) type); in unparse()
1176 desc = BytecodeDescriptor.unparse(this);1210 return BytecodeDescriptor.unparse(cls);