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

5
LINES

< > BotCompany Repo | #1007628 // getBotMainClass - find a bot by name in this VM and return its main class

JavaX fragment (include)

static Class getBotMainClass(S botName) {
  O multiPort = first(getMultiPorts());
  O resp = call(multiPort, "findResponder", botName);
  ret getMainClass(resp);
}

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: #1007628
Snippet name: getBotMainClass - find a bot by name in this VM and return its main class
Eternal ID of this version: #1007628/1
Text MD5: 8d762f05afdd4d7fc5d63501c7a3d374
Author: stefan
Category: javax / talking robots
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-03-29 15:30:16
Source code size: 167 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 415 / 447
Referenced in: [show references]