static Set<S> collectPossibleGlobalIDs(S s) { new LinkedHashSet<S> ids; for (S t : javaTokC(s)) if (possibleGlobalID(t)) ids.add(t); ret ids; }
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: | 727 / 769 | 
| Version history: | 1 change(s) | 
| Referenced in: | [show references] |