Uses 1176K of libraries. Click here for Pure Java version (2941L/17K).
1 | !include once #1025812 // javaParseCompilationUnit |
2 | !include once #1025811 // javaParser_makeAllPublic |
3 | |
4 | static S javaParser_reparse_keepComments(S src) { |
5 | CompilationUnit cu = javaParseCompilationUnit(src, true); |
6 | new PrettyPrinterConfiguration ppconf; |
7 | ppconf.setPrintComments(true); |
8 | ppconf.setIndentSize(2); |
9 | ppconf.setIndentType(PrettyPrinterConfiguration.IndentType.SPACES); |
10 | ret cu.toString(ppconf); |
11 | } |
Began life as a copy of #1014458
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1025814 |
Snippet name: | javaParser_reparse_keepComments [new JavaParser] |
Eternal ID of this version: | #1025814/4 |
Text MD5: | b02ffe889ab1ecd562839c734b25bd8e |
Transpilation MD5: | 07d2043a6f5e8dc31fa34ee10401090e |
Author: | stefan |
Category: | javax / parsing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-05-12 18:54:01 |
Source code size: | 422 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 192 / 2447 |
Version history: | 3 change(s) |
Referenced in: | [show references] |