1 | static Set<S> collectPossibleGlobalIDs(S s) {
|
2 | new LinkedHashSet<S> ids; |
3 | for (S t : javaTokC(s)) |
4 | if (possibleGlobalID(t)) |
5 | ids.add(t); |
6 | ret ids; |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1007442 |
| Snippet name: | collectPossibleGlobalIDs |
| Eternal ID of this version: | #1007442/2 |
| Text MD5: | 8c9dd49ef5ce8401cf551178e7e08a45 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-03-23 14:57:46 |
| Source code size: | 165 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 729 / 771 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |