| Class | Description |
|---|---|
| ClassIO | |
| InfoClassWriter |
A class writer which uses a
ClassInfoProvider to calculate the common super class of two classes. |
| ObjectClassWriter |
A class writer implementation which always returns
java/lang/Object as the common super class.This can cause issues with the stack frame calculation but works surprisingly well in most cases. |