Libraryless. Click here for Pure Java version (2914L/19K).
static Set<SymVar> ai_newEngine_freeVariables(O o1, DeepZipTools tools) { new LinkedHashSet<SymVar> set; tools.metaTransformer().visit(o -> { if (o cast SymVar) set.add(o); }, o1); ret set; }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027910 |
| Snippet name: | ai_newEngine_freeVariables |
| Eternal ID of this version: | #1027910/4 |
| Text MD5: | 2eeaa1fda05fe1e49fd9bd668462e3fa |
| Transpilation MD5: | e9ca392fd464e06a15bb608cf4cbd612 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-04-17 00:29:33 |
| Source code size: | 209 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 394 / 531 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |