JaCIL Framework API

VariableInstructionTranslator Constructor 

Creates the translator

public VariableInstructionTranslator(
   IInstructionContext context,
   int jvmInstructionBase,
   bool isParameter,
   int embeddedBase
);

Parameters

context
The context of the translator
jvmInstructionBase
The base JVM variable instruction to derive from should be either BASE_LOAD_OPCODE or BASE_STORE_OPCODE
isParameter
Whether the item to be loaded is a parameter. If false, it is considered an argument.
embeddedBase
The base CIL opcode for variants that the offset is embedded. This should be -1 if the operand of the instruction is the index.

See Also

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