JaCIL Framework API

ConstantLoadArithmeticInstructionTranslator.ProcessPreOperation Method 

Executed before the opcode for the operation is emitted.

protected override void ProcessPreOperation(
   MethodVisitor method
);

Parameters

method
The method visitor to add instructions to.

Remarks

This implementation is a no-op, derived classes should overload this if any behavior is desired.

See Also

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