JaCIL Framework API

InstructionTranslatorFactory.CreateStackTranslator Method 

Returns a new stack instruction translator.

protected virtual IInstructionTranslator CreateStackTranslator(
   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.

Return Value

The translator instance.

Remarks

A derived class would override this if a different translator instance is desired.

See Also

InstructionTranslatorFactory Class | JaCIL.Compiler.Standard.Translator Namespace