InstructionTranslatorFactory.CreateStackTranslator Method
Returns a new stack instruction translator.
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