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: 574 / 990
Referenced in: #1002552 - Java Split Bot (split a Java(X) source into reasonable pieces, like statements or declarations)
#3000202 - Answer for stefanreich (>> T conversion bot)
#3000203 - Answer for stefanreich (>> timing hello bot)
#3000208 - Answer for bgrgndz (>> list sub bots)
#3000209 - Answer for bgrgndz (>> list sub bots)
#3000238 - Answer for stefanreich (>> t power bot)
#3000369 - Answer for Stefan (>> list sub bots)
#3000376 - Answer for stefanreich (>> list sub bots)
#3000377 - Answer for stefanreich (>> timing eleu?)
#3000380 - Answer for stefanreich (>> list sub bots)
#3000381 - Answer for speedforce (>> list sub bots)
#3000382 - Answer for ferdie (>> t = 1, f = 0)
#3000383 - Answer for funkoverflow (>> t=1, f=0 okay)