JaCIL Framework API

IFieldTranslator.TranslateField Method 

Translates the field associated with the context with the type class info representing the type.

void TranslateField(
   ClassInfo info
);

Parameters

info
The class info to translate the field into.

Remarks

This method's implemention should define the appropriate field on the class writer contained within the info.

See Also

IFieldTranslator Interface | JaCIL.Compiler.Translator Namespace