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

6
LINES

< > BotCompany Repo | #1013473 // addReturnTypeToStandardFunction

JavaX fragment (include)

static void addReturnTypeToStandardFunction(S sfName, S returnType) {
  S snippetID = stdFunctions_cached().get(sfName);
  if (snippetID == null) fail("Function not found: " + sfName);
  S text = addReturnTypeToMethod(loadSnippet(snippetID), returnType);
  editSnippetVerbose(snippetID, text);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1013473
Snippet name: addReturnTypeToStandardFunction
Eternal ID of this version: #1013473/1
Text MD5: 4c4ad78550905ae6232218427b90c084
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-01-07 13:48:24
Source code size: 300 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 310 / 359
Referenced in: [show references]