JaCIL Framework API

SimpleBranchInstructionTranslator Class

General translator for comparisons and branch instructions.

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

System.Object
   JaCIL.Compiler.Translator.BaseTranslator
      JaCIL.Compiler.Translator.BaseInstructionTranslator
         JaCIL.Compiler.Standard.Translator.Instruction.SimpleBranchInstructionTranslator
            JaCIL.Compiler.Standard.Translator.Instruction.BranchBooleanInstructionTranslator
            JaCIL.Compiler.Standard.Translator.Instruction.BranchCompareInstructionTranslator
            JaCIL.Compiler.Standard.Translator.Instruction.LeaveInstructionTranslator

public class SimpleBranchInstructionTranslator : BaseInstructionTranslator

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.

Requirements

Namespace: JaCIL.Compiler.Standard.Translator.Instruction

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

See Also

SimpleBranchInstructionTranslator Members | JaCIL.Compiler.Standard.Translator.Instruction Namespace