1 | static boolean isLongConstant(S s) {
|
2 | if (!s.endsWith("L")) ret false;
|
3 | s = s.substring(0, l(s)-1); |
4 | ret isInteger(s); |
5 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1002545 |
| Snippet name: | isLongConstant |
| Eternal ID of this version: | #1002545/1 |
| Text MD5: | 842a8e13d761884fde310d45745b514b |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-02-01 01:23:56 |
| Source code size: | 127 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1028 / 2596 |
| Referenced in: | [show references] |