1 | static O je_executeThenStatements(L<JE_CascadeEntry> rule) { |
2 | O result = null; |
3 | int i = je_indexOfThen(rule); |
4 | if (i < 0) i = 0; // all then |
5 | for (; i < l(rule); i++) { |
6 | JE_CascadeEntry e = rule.get(i); |
7 | continue unless e.java; |
8 | result = safeInterpretedJavaEval(e.tok); |
9 | } |
10 | ret result; |
11 | } |
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: | 417 / 434 |
Referenced in: | [show references] |