JaCIL Framework API

SimpleInstructionTranslator Constructor 

Creates the translator

public SimpleInstructionTranslator(
   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

See Also

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