JaCIL Framework API

StackInstructionTranslator Constructor 

Creates the translator

public StackInstructionTranslator(
   IInstructionContext context,
   int jvmStackInstruction,
   int cat2Offset
);

Parameters

context
The context of the translator
jvmStackInstruction
Base stack instruction,
cat2Offset
The category two offset for the instruction.

See Also

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