1 | svoid gazelle_processSafeEvalsInTree(L<GazelleTree> tree) {
|
2 | new Map<S> evalCache; |
3 | |
4 | if (tree != null) for (GazelleTree t : tree) {
|
5 | S l = dm_processEmbeddedSafeEvals(t.line, +evalCache); |
6 | if (l != t.line) {
|
7 | print("Processed eval: " + t.line + " => " + l);
|
8 | t.line = l; |
9 | } |
10 | } |
11 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1022319 |
| Snippet name: | gazelle_processSafeEvalsInTree |
| Eternal ID of this version: | #1022319/1 |
| Text MD5: | fc24c379ac769d52632258ce4d058e8b |
| Author: | stefan |
| Category: | javax / gazelle |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-03-13 12:36:38 |
| Source code size: | 312 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 529 / 588 |
| Referenced in: | [show references] |