Searched refs:instancePrototype (Results 1 – 2 of 2) sorted by relevance
38 private Prototype instancePrototype; field in CstBaseMethodRef51 this.instancePrototype = null; in CstBaseMethodRef()79 if (instancePrototype == null) { in getPrototype()81 instancePrototype = prototype.withFirstParameter(thisType); in getPrototype()83 return instancePrototype; in getPrototype()
38 private Prototype instancePrototype; field in CstBaseMethodRef60 this.instancePrototype = null; in CstBaseMethodRef()88 if (instancePrototype == null) { in getPrototype()90 instancePrototype = prototype.withFirstParameter(thisType); in getPrototype()92 return instancePrototype; in getPrototype()