JaCIL Framework API

ArithmeticInstructionTranslator Constructor 

Creates the translator.

public ArithmeticInstructionTranslator(
   IInstructionContext context,
   int jvmInstructionBase
);

Parameters

context
The context of the translator.
jvmInstructionBase
The base JVM opcode to use for the operation. Should be an I* instruction (IADD,IMUL,etc)

See Also

ArithmeticInstructionTranslator Class | JaCIL.Compiler.Standard.Translator.Instruction Namespace