1 | sS dm_gazelle_findRuleForStatementCondition(S s) {
|
2 | for (T3<S> t : dm_gazelle_allRulesWithComment("in = statement")) {
|
3 | PairS p = splitAtDoubleArrow_pair(t.a); |
4 | if (p == null) continue with print("dm_gazelle_findRuleForStatementCondition skipping: " + t.a);
|
5 | if (eqic(p.a, s)) |
6 | ret t.c; |
7 | } |
8 | null; |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
| Snippet ID: | #1021746 |
| Snippet name: | dm_gazelle_findRuleForStatementCondition |
| Eternal ID of this version: | #1021746/4 |
| Text MD5: | 9c442c5b5dd7cff51cf2f8cd802dba08 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-03-04 12:50:49 |
| Source code size: | 323 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 496 / 533 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |