Libraryless. Click here for Pure Java version (2966L/18K).
1 | sbool tok_staticFunctionAlwaysReturnsVoid(L<S> tok, S name) {
|
2 | Set<S> types = tok_returnTypesOfStaticFunction_uncleaned(tok, name); |
3 | if (empty(types)) false; |
4 | for (S type : types) |
5 | if (!containsOneOf(javaTokC(type), javaxVoidAliases())) false; |
6 | true; |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1017267 |
| Snippet name: | tok_staticFunctionAlwaysReturnsVoid |
| Eternal ID of this version: | #1017267/2 |
| Text MD5: | dc9905c5c2bc28551f13e2ba7845d75f |
| Transpilation MD5: | b2f73f9e38ab6f4b9f2199cde55a0114 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-05-20 13:00:22 |
| Source code size: | 265 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 641 / 767 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |