JaCIL Framework API

BaseTranslator Class

Base implementation of a translator that may be of use for implementations.

For a list of all members of this type, see BaseTranslator Members.

System.Object
   JaCIL.Compiler.Translator.BaseTranslator
      JaCIL.Compiler.Standard.Translator.AssemblyTranslator
      JaCIL.Compiler.Standard.Translator.FieldTranslator
      JaCIL.Compiler.Standard.Translator.MethodTranslator
      JaCIL.Compiler.Standard.Translator.TypeTranslator
      JaCIL.Compiler.Translator.BaseInstructionTranslator

public abstract class BaseTranslator

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This implementation stores a reference to Out at initialization time. Changes to the value returned from that property will not be reflected on the associated property in this class.

Requirements

Namespace: JaCIL.Compiler.Translator

Assembly: JaCIL.Compiler (in JaCIL.Compiler.dll)

See Also

BaseTranslator Members | JaCIL.Compiler.Translator Namespace