Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

19
LINES

< > BotCompany Repo | #1002543 // Is Method Empty Bot

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (3063L/20K/66K).

!752

!include #1002529 // Explain

answer {
  if "is this method empty: *" exceptionToUser {
    S java = m.unq(0);
    Explain explain = jExplain(java, "method");
    if (explain == null) ret "not parsed...";

    // find block
    
    Explain block = explain.findFirst("block");
    
    // does it have any statements?

    ret yn(!block.hasSub("statement"));
  }
}

Author comment

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: 570 / 985
Referenced in: [show references]