Searched refs:BytecodeDescriptor (Results 1 – 3 of 3) sorted by relevance
36 public class BytecodeDescriptor { class38 private BytecodeDescriptor() { } // cannot instantiate in BytecodeDescriptor() method in BytecodeDescriptor
38 import sun.invoke.util.BytecodeDescriptor;1095 List<Class<?>> types = BytecodeDescriptor.parseMethod(descriptor, loader); in fromMethodDescriptorString()1118 desc = BytecodeDescriptor.unparse(this); in toMethodDescriptorString()1125 return BytecodeDescriptor.unparse(cls); in toFieldDescriptorString()
1424 "ojluni/src/main/java/sun/invoke/util/BytecodeDescriptor.java",