JaCIL Framework API

ITypeTranslator.TranslateTypeClass Method 

Translates the type associated with the the actual type.

ClassInfo TranslateTypeClass();

Return Value

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.

Remarks

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.

See Also

ITypeTranslator Interface | JaCIL.Compiler.Translator Namespace