This repository has been archived by the owner on Feb 17, 2022. It is now read-only.
Releases: Seggan/JavaClassLib
Releases · Seggan/JavaClassLib
JavaClassLib 0.3.0
JavaClassLib 0.2.1
- Fixed a bug where periods instead of slashes were used
JavaClassLib 0.2.0
- Classes can now have attributes
- Added more constructors to
CodeAttribute
andClassEntry
- Added
ExceptionsAttribute
andSourceFileAttribute
- Added more instructions
- Added
JCLUtils
with a method to generate method signatures
JavaClassLib 0.1.0
- Allows creation of Java class files with methods and some bytecode instructions
- Constant pool stuff nearly complete