1 | sbool shortClassNameIs(O o, S name) {
|
2 | ret eq(shortClassName(o), name); |
3 | } |
4 | |
5 | sbool mapMethodLike shortClassNameIs(S name, O o) {
|
6 | ret shortClassNameIs(o, name); |
7 | } |
Began life as a copy of #1004815
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1013188 |
| Snippet name: | shortClassNameIs |
| Eternal ID of this version: | #1013188/2 |
| Text MD5: | 4712d869e5f6c696aa01dffa76cec80a |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-01-20 14:56:22 |
| Source code size: | 168 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 729 / 772 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |