1 | static class LUse extends LearnerImpl {
|
2 | Function f; |
3 | |
4 | *(Function *f) {}
|
5 | |
6 | public void processInOut(Object in, Object out) {
|
7 | } |
8 | |
9 | public Object processIn(Object in) {
|
10 | in = f.process(in); |
11 | return in; |
12 | } |
13 | |
14 | public void toJava(Code code) {
|
15 | f.toJava_process(code); |
16 | } |
17 | } |
Began life as a copy of #1000511
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
| ID | Author/Program | Comment | Date | |
|---|---|---|---|---|
| 530 | #1000610 | Edit suggestion: !636 !629 main { static Object androidContext; static String programID; public static void main(String[] args) throws Exception { static class LUse extends LearnerImpl { Function f; *(Function *f) {} public void processInOut(Object in, Object out) { } public Object processIn(Object in) { in = f.process(in); return in; } public void toJava(Code code) { f.toJava_process(code); } } }} | 2015-08-18 18:55:53 | delete |
| 527 | #1000604 (pitcher) | 2015-08-18 18:55:35 |
| Snippet ID: | #1000532 |
| Snippet name: | LUse (learner) |
| Eternal ID of this version: | #1000532/1 |
| Text MD5: | dc2f7e68fc02e22919a6fe380ad4a32e |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-08-18 18:55:35 |
| Source code size: | 307 bytes / 17 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 1406 / 2051 |
| Referenced in: | [show references] |