Generating Java ASTs
This package allows you to build up a Java class abstract syntax tree, and then generate a
BCEL
bytecode representation of it. This is useful when generating bytecode methods and classes from scratch.
The API is
here
Insert more information here!