Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1022319 // gazelle_processSafeEvalsInTree

JavaX fragment (include)

svoid gazelle_processSafeEvalsInTree(L<GazelleTree> tree) {
  new Map<S> evalCache;
  
  if (tree != null) for (GazelleTree t : tree) {
    S l = dm_processEmbeddedSafeEvals(t.line, +evalCache);
    if (l != t.line) {
      print("Processed eval: " + t.line + " => " + l);
      t.line = l;
    }
  }
}

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: 223 / 273
Referenced in: [show references]