Searched refs:fromDescriptor (Results 1 – 5 of 5) sorted by relevance
41 Prototype prototype = Prototype.fromDescriptor(descriptor.getString()); in make()
46 list.set(2, new CstProtoRef(Prototype.fromDescriptor(nat.getDescriptor().getString()))); in make()
56 this.prototype = Prototype.fromDescriptor(descriptor); in CstBaseMethodRef()
68 this.prototype = Prototype.fromDescriptor(nat.getDescriptor().toHuman()); in CstInvokeDynamic()
68 result = fromDescriptor(descriptor); in intern()84 public static Prototype fromDescriptor(String descriptor) { in fromDescriptor() method in Prototype