public interface ClassGenerator
A factory that generates a class definition given the class' name.
-
Method Summary 
byte[]
Generates the class definition.
-
Method Details 
-
generate 
byte[] generate(String className)
Generates the class definition.
- Parameters:
className
- the name of the class
- Returns:
- the classfile's bytecode