Beispiel #1
0
 ciType* type() {
   if (at_return_type()) {
     return _sig->return_type();
   } else {
     return _sig->type_at(_pos);
   }
 }
 ciType*      return_type() const               { return _signature->return_type(); }