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).

1  
!752
2  
3  
!include #1002529 // Explain
4  
5  
answer {
6  
  if "java split: *" exceptionToUser {
7  
    S java = m.unq(0);
8  
    
9  
    // try to parse it as "statements"
10  
    Explain explain = jExplainFull(java, "statements");
11  
    if (explain == null) ret "not parsed...";
12  
    
13  
    // find statements
14  
    L<S> statements = explain.findAll("statement");
15  
    
16  
    ret quote(join(" ## ", statements));
17  
  }
18  
}

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