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

3
LINES

< > BotCompany Repo | #1016500 // methodArgumentTypes

JavaX fragment (include)

static L<Class> methodArgumentTypes(Method m) {
  ret m == null ? null : (L) asList(m.getParameterTypes());
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1016500
Snippet name: methodArgumentTypes
Eternal ID of this version: #1016500/2
Text MD5: 5a41a551a3e951008342bb14c9325908
Author: stefan
Category: javax / introspection
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-20 16:58:27
Source code size: 111 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 367 / 377
Version history: 1 change(s)
Referenced in: [show references]