| 1 | svoid gazelle_reasonAgain(Collector<GazelleTree> collector, L<GazelleTree> inputs, O... _) {
 | 
| 2 | if (collector.full()) ret; | 
| 3 | for (GazelleTree t : inputs) | 
| 4 | for (GazelleTree out : gazelle_postprocess(gazelle_reasonWithPreprocessing(t.line, _), _)) | 
| 5 | if (collector.add(out)) ret; | 
| 6 | } | 
Began life as a copy of #1022142
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: | #1022353 | 
| Snippet name: | gazelle_reasonAgain - old | 
| Eternal ID of this version: | #1022353/5 | 
| Text MD5: | 594e54ad9a21f1ed02b10700400ae118 | 
| Author: | stefan | 
| Category: | javax / gazelle | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2019-03-18 17:07:59 | 
| Source code size: | 289 bytes / 6 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 521 / 539 | 
| Version history: | 4 change(s) | 
| Referenced in: | [show references] |