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

7
LINES

< > BotCompany Repo | #1019934 // BCEL [Include]

JavaX fragment (include)

lib 1400555 // BCEL

import org.apache.bcel.classfile.ClassParser;
import org.apache.bcel.classfile.JavaClass;
import org.apache.bcel.Const;
import org.apache.bcel.generic.*;
import java.lang.reflect.Type;

Author comment

Began life as a copy of #1019928

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): bhatertpkbcr, cfunsshuasjs, ekrmjmnbrukm, elmgxqgtpvxh, gjtlkbvenryc, gwrvuhgaqvyk, irmadwmeruwu, jcllbfdqhrgy, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, wnsclhtenguj

No comments. add comment

Snippet ID: #1019934
Snippet name: BCEL [Include]
Eternal ID of this version: #1019934/5
Text MD5: 2350fb3e9a323b9db506222cad731302
Author: stefan
Category: javax / byte code
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-30 03:26:56
Source code size: 211 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 190 / 2487
Version history: 4 change(s)
Referenced in: #1004069 - renameSourceInfoInClassFile
#1012233 - classToBCEL - analyze a loaded class with BCEL
#1019928 - bcel_classInZip - analyze a class representation with BCEL
#1019935 - bcel_javaVersionOfClass
#1030868 - changeJavaVersionInClassFile
#1033496 - inputStreamToBCEL - analyze a .class file with BCEL
#1033497 - bcelRoundtrip - .class to BCEL to .class
#1033511 - bcelSave - BCEL to .class
#1034300 - Test making class from scratch with BCEL [OK!]
#1034309 - MethodMaker [BCEL helper]
#1034314 - ClassMaker [BCEL helper]
#1034332 - BCEL LDC class constant problem spike [OK, shows the problem (VerifyError)]
#1034334 - BCEL LDC class constant problem spike without MethodMaker [dev.]
#1034719 - bcel_methodToInstructions
#1034876 - Gazelle 22 Flags + Libs [Include]
#1035080 - classToBCELType
#1035315 - BCELParameterizedType - parameterized type representation for BCEL (not needed, actually)