static L<S> dynGetRefNames(Concept c) { new L<S> l; for (S name : conceptFields(c)) if (get(c, name) instanceof Concept.Ref) l.add(name); ret l; }
Began life as a copy of #1005338
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1005342 | 
| Snippet name: | dynGetRefNames - names of all fields in concept (also dynamic ones) that are references | 
| Eternal ID of this version: | #1005342/1 | 
| Text MD5: | ea13811b3faef128ecd39683ab42b501 | 
| Author: | stefan | 
| Category: | javax / concepts | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2016-11-07 19:43:09 | 
| Source code size: | 168 bytes / 7 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 746 / 761 | 
| Referenced in: | [show references] |