Uses 1311K of libraries. Click here for Pure Java version (4540L/25K).
1 | !include once #1019934 // BCEL |
2 | |
3 | import org.apache.bcel.classfile.Attribute; |
4 | import org.apache.bcel.classfile.SourceFile; |
5 | import org.apache.bcel.generic.*; |
6 | |
7 | static File bcelSave(JavaClass c, File out) ctex { |
8 | c.dump(out); |
9 | ret out; |
10 | } |
Began life as a copy of #1033497
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1033511 |
Snippet name: | bcelSave - BCEL to .class |
Eternal ID of this version: | #1033511/5 |
Text MD5: | b2248586c57043a2d8179a073a06eee5 |
Transpilation MD5: | 3a432586f589542c852213c0bef0c330 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-10-29 09:19:56 |
Source code size: | 243 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 145 / 210 |
Version history: | 4 change(s) |
Referenced in: | [show references] |