JaCIL Framework API

BaseInstructionTranslator Class

Base implementation of an instruction translator that may be of use for implementations.

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

System.Object
   JaCIL.Compiler.Translator.BaseTranslator
      JaCIL.Compiler.Translator.BaseInstructionTranslator
         Derived types

public abstract class BaseInstructionTranslator : BaseTranslator, IInstructionTranslator

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 provides empty implementations for TranslateInstructionSupportMembers and TranslateInstructionSupportClasses

Requirements

Namespace: JaCIL.Compiler.Translator

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

See Also

BaseInstructionTranslator Members | JaCIL.Compiler.Translator Namespace