Translates the type associated with the the actual type.
The ClassInfo containing the ClassWriter to be used for field and method generation in this class. The writer field may be null indicating that no translation shall take place for the type itself.
This method should return a ClassWriter that has been properly initialized for field and method translation. Also, it is the responsibility of the callee to end the class writer.
ITypeTranslator Interface | JaCIL.Compiler.Translator Namespace