Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1017267 // tok_staticFunctionAlwaysReturnsVoid

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2966L/18K).

sbool tok_staticFunctionAlwaysReturnsVoid(L<S> tok, S name) {
  Set<S> types = tok_returnTypesOfStaticFunction_uncleaned(tok, name);
  if (empty(types)) false;
  for (S type : types)
    if (!containsOneOf(javaTokC(type), javaxVoidAliases())) false;
  true;
}

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: 352 / 421
Version history: 1 change(s)
Referenced in: [show references]