JaCIL Framework API

TypeTranslator Members

TypeTranslator overview

Public Instance Constructors

TypeTranslator Constructor Creates the translator instance.

Public Instance Methods

TranslateTypeClass See ITypeTranslator for details.
TranslateTypeSupportClasses See ITypeTranslator for details.

Protected Instance Properties

Compiler (inherited from BaseTranslator) The associated compiler to this translator.
Out (inherited from BaseTranslator) The sender of the compiler of the enclosing context.

Protected Instance Methods

ProcessNoStaticInitWithValueTypes Invoked when a type does not have a static initializer and contains value type fields that are static.
ProcessValueType Translates special synthetic code for value types

See Also

TypeTranslator Class | JaCIL.Compiler.Standard.Translator Namespace