Libraryless. Click here for Pure Java version (3063L/20K/66K).
1 | !752 |
2 | |
3 | !include #1002529 // Explain |
4 | |
5 | answer { |
6 | if "is this method empty: *" exceptionToUser { |
7 | S java = m.unq(0); |
8 | Explain explain = jExplain(java, "method"); |
9 | if (explain == null) ret "not parsed..."; |
10 | |
11 | // find block |
12 | |
13 | Explain block = explain.findFirst("block"); |
14 | |
15 | // does it have any statements? |
16 | |
17 | ret yn(!block.hasSub("statement")); |
18 | } |
19 | } |
Began life as a copy of #1002534
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: | #1002543 |
Snippet name: | Is Method Empty Bot |
Eternal ID of this version: | #1002543/1 |
Text MD5: | b498e55f126abbf48c8f093a3ac3d9cf |
Transpilation MD5: | 013944fc2b3bbc8b08d33a78014fdd1c |
Author: | stefan |
Category: | eleu / thinking about javax |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-02-01 19:21:10 |
Source code size: | 388 bytes / 19 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 639 / 1068 |
Referenced in: | [show references] |