JaCIL Framework API

InstructionTranslatorFactory.CreateSimpleTranslator Method 

Returns a new simple instruction translator.

protected virtual IInstructionTranslator CreateSimpleTranslator(
   IInstructionContext context,
   params int[] opcodes
);

Parameters

context
The context of the translator
opcodes
The JVM instructions to emit, they must be simple parameter-less opcodes

Return Value

Missing <returns> documentation for M:JaCIL.Compiler.Standard.Translator.InstructionTranslatorFactory.CreateSimpleTranslator(JaCIL.Compiler.Context.IInstructionContext,System.Int32[])

Remarks

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

See Also

InstructionTranslatorFactory Class | JaCIL.Compiler.Standard.Translator Namespace