JaCIL Framework API

FieldTranslator.TranslateField Method 

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

public virtual void TranslateField(
   ClassInfo info
);

Parameters

info
The class info to translate the field into.

Implements

IFieldTranslator.TranslateField

Exceptions

Exception Type Condition
TranslationException Thrown if the field cannot be translated.

See Also

FieldTranslator Class | JaCIL.Compiler.Standard.Translator Namespace