JaCIL Framework API

SimpleEmitter Constructor 

Creates the emitter based on the given source to target

public SimpleEmitter(
   params int[] opcodes
);

Parameters

opcodes
The JVM instructions to emit, they must be simple parameter-less opcodes

See Also

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