JaCIL Framework API

IEmitter.Emit Method 

Emits a series of byte-codes to the given visitor.

void Emit(
   MessageSender msg,
   MethodVisitor method
);

Parameters

msg
The output target for messages.
method
The method visitor to emit to.

See Also

IEmitter Interface | JaCIL.Compiler.Translator Namespace