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

18
LINES

< > BotCompany Repo | #1002552 // Java Split Bot (split a Java(X) source into reasonable pieces, like statements or declarations)

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

Libraryless. Click here for Pure Java version (3055L/20K/65K).

!752

!include #1002529 // Explain

answer {
  if "java split: *" exceptionToUser {
    S java = m.unq(0);
    
    // try to parse it as "statements"
    Explain explain = jExplainFull(java, "statements");
    if (explain == null) ret "not parsed...";
    
    // find statements
    L<S> statements = explain.findAll("statement");
    
    ret quote(join(" ## ", statements));
  }
}

Author comment

Began life as a copy of #1002543

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: #1002552
Snippet name: Java Split Bot (split a Java(X) source into reasonable pieces, like statements or declarations)
Eternal ID of this version: #1002552/1
Text MD5: 7ea2f70da6832717cdfb3cda2461fc6a
Transpilation MD5: c1cabcc14a03cf2c385dc5b6da7caa4f
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:30:56
Source code size: 401 bytes / 18 lines
Pitched / IR pitched: No / No
Views / Downloads: 590 / 1015
Referenced in: [show references]