1 | static MultiMap<S> ai_gazelle_indexStatementsByRule(LS statements) {
|
2 | new MultiMap<S> mm; |
3 | for (Matches m : getMatchesX_all("Rule *: ...", statements))
|
4 | mm.put($1, m.rest()); |
5 | ret mm; |
6 | } |
Began life as a copy of #1021433
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1021444 |
| Snippet name: | ai_gazelle_indexStatementsByRule |
| Eternal ID of this version: | #1021444/1 |
| Text MD5: | 000d795ee7cd13e484def7871e5f44d2 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-02-12 22:05:57 |
| Source code size: | 196 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 511 / 560 |
| Referenced in: | [show references] |