sbool mapMethodLike structureIsOfTypeShortNamed(S name, S struct) { ret eq(shortenClassName(firstToken(struct)), name); }