1 | sclass Invokable { |
2 | O object; |
3 | Method method; |
4 | |
5 | *() {} |
6 | *(Method *method) {} |
7 | *(O *object, Method *method) {} |
8 | |
9 | O invoke(O[] args) { |
10 | ret method.invoke(object, args); |
11 | } |
12 | } |
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: | #1006738 |
Snippet name: | class Invokable - object plus method |
Eternal ID of this version: | #1006738/1 |
Text MD5: | 9982ee16504055265669b4f085490103 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-02-03 04:48:57 |
Source code size: | 196 bytes / 12 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 557 / 1142 |
Referenced in: | [show references] |