1 | static S getGlobalIDPrefix(S s) { |
2 | L<S> tok = javaTok(s); |
3 | if (eq(get(tok, 1), "[") && eq(get(tok, 5), "]") && possibleGlobalID(get(tok, 3))) |
4 | ret get(tok, 3); |
5 | null; |
6 | } |
Began life as a copy of #1008090
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: | #1008092 |
Snippet name: | getGlobalIDPrefix |
Eternal ID of this version: | #1008092/1 |
Text MD5: | ec228b31e0f4e4e45ddbac41d41cd720 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-04-24 14:20:38 |
Source code size: | 179 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 479 / 500 |
Referenced in: | [show references] |