JaCIL Framework API

ConstantLoadArithmeticInstructionTranslator Constructor 

Creates the translator.

public ConstantLoadArithmeticInstructionTranslator(
   IInstructionContext context,
   int jvmInstructionBase,
   long constantVal
);

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)
constantVal
The constant to load, if the operation is 32-bit, this will be truncated as need be.

See Also

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