1 | static O jparse_parser; |
2 | |
3 | static synchronized L jparse(S text, S className) { |
4 | if (jparse_parser == null) { |
5 | jparse_parser = run_overBot("#1002369"); |
6 | setOpt(jparse_parser, "keepRules", true); |
7 | } |
8 | //setOpt(jparse_parser, "debug", true); |
9 | O parseResult = call(jparse_parser, "jparse", text); |
10 | ret (L) call(parseResult, "explain", className); |
11 | } |
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: | #1002399 |
Snippet name: | jparse - don't use anymore (old parser) |
Eternal ID of this version: | #1002399/1 |
Text MD5: | b0c87a9f40785567b39c04732bb8f4e6 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-02-01 21:32:22 |
Source code size: | 362 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 782 / 989 |
Referenced in: | [show references] |