1 | svoid printParseErrorInTranspiledSource(S src) {
|
2 | try {
|
3 | javaParseCompilationUnit(src); |
4 | print(snippetID + " parsed OK"); |
5 | } catch e {
|
6 | extractAndPrintJavaParseError(e); |
7 | } |
8 | } |
Began life as a copy of #1015748
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: | #1015768 |
| Snippet name: | printParseErrorInTranspiledSource |
| Eternal ID of this version: | #1015768/4 |
| Text MD5: | 1ad14c583a383367d80febd2144d0739 |
| Author: | stefan |
| Category: | javax / code analysis |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-27 15:55:37 |
| Source code size: | 193 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 591 / 640 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |