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