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

3
LINES

< > BotCompany Repo | #1024418 // rcall_long - rcall and convert to long

JavaX fragment (include)

static long mapMethodLike rcall_long(S method, O o, O... args) {
  ret toLong(rcall(method, o, args));
}

Author comment

Began life as a copy of #1023480

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1024418
Snippet name: rcall_long - rcall and convert to long
Eternal ID of this version: #1024418/1
Text MD5: 427d9614f1b1715eccdb750438f107a6
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-11 19:15:01
Source code size: 106 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 199 / 242
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1024419 - rcall_string - rcall and cast to string
#1025087 - rcall_int - rcall and convert to int