sS gazelle_copyRuleWithNewFirstIn(S ruleID, S newFirstIn) { PairS p = dm_textAndCommentOfRule(ruleID); if (p == null) null; S newText = gazelle_replaceFirstInOfRuleText(p.a, newFirstIn); if (newText == null) null; gazelle_addRuleWithComment(newText, p.b); ret dm_gazelle_addRuleWithComment_msg!; }
Began life as a copy of #1022045
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: | #1022056 |
| Snippet name: | gazelle_copyRuleWithNewFirstIn |
| Eternal ID of this version: | #1022056/3 |
| Text MD5: | f06e5c25193c4d7361c929cb61f788b6 |
| Author: | stefan |
| Category: | javax / gazelle |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-03-06 08:08:50 |
| Source code size: | 316 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 431 / 465 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |