Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1021444 // ai_gazelle_indexStatementsByRule

JavaX fragment (include)

static MultiMap<S> ai_gazelle_indexStatementsByRule(LS statements) {
  new MultiMap<S> mm;
  for (Matches m : getMatchesX_all("Rule *: ...", statements))
    mm.put($1, m.rest());
  ret mm;
}

Author comment

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: 208 / 258
Referenced in: [show references]