static O je_executeThenStatements(L<JE_CascadeEntry> rule) { O result = null; int i = je_indexOfThen(rule); if (i < 0) i = 0; // all then for (; i < l(rule); i++) { JE_CascadeEntry e = rule.get(i); continue unless e.java; result = safeInterpretedJavaEval(e.tok); } ret result; }
Began life as a copy of #1012917
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: | #1012931 |
| Snippet name: | je_executeThenStatements |
| Eternal ID of this version: | #1012931/1 |
| Text MD5: | df989098dc0a5315e06c7b6e10a16247 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-18 00:13:17 |
| Source code size: | 312 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 625 / 660 |
| Referenced in: | [show references] |