Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Releases: Seggan/JavaClassLib

JavaClassLib 0.3.0

19 May 01:35
Compare
Choose a tag to compare
  • Added more instructions
  • Instructions are now grouped differently
  • Added more constructors to some ConstantPoolEntrys to reduce boilerplate code

JavaClassLib 0.2.1

13 May 21:19
Compare
Choose a tag to compare
  • Fixed a bug where periods instead of slashes were used

JavaClassLib 0.2.0

13 May 20:56
Compare
Choose a tag to compare
  • Classes can now have attributes
  • Added more constructors to CodeAttribute and ClassEntry
  • Added ExceptionsAttribute and SourceFileAttribute
  • Added more instructions
  • Added JCLUtils with a method to generate method signatures

JavaClassLib 0.1.0

12 May 23:15
Compare
Choose a tag to compare
  • Allows creation of Java class files with methods and some bytecode instructions
  • Constant pool stuff nearly complete