!include once #1017229 // Java Parser static CompilationUnit javaParseCompilationUnit(S java, bool keepComments default false) { // TODO: race condition JavaParser.getStaticConfiguration().setAttributeComments(keepComments); ret JavaParser.parse(java); }
Began life as a copy of #1004951
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1011226 |
Snippet name: | javaParseCompilationUnit |
Eternal ID of this version: | #1011226/10 |
Text MD5: | d6e953415266de008786ad8cdc20b704 |
Author: | stefan |
Category: | javax / parsing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-07-15 20:53:09 |
Source code size: | 267 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 699 / 732 |
Version history: | 9 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1017229 - Java Parser [Include, old] #1017230 - javaParseElement - return null if problems #1025812 - javaParseCompilationUnit [new JavaParser version] |