JaCIL Framework API

IMethodTranslator.TranslateInstructionStream Method 

Does any translation specific instruction stream manipulation after the analyzer has produced a stream.

void TranslateInstructionStream(
   ref IInstructionStream start,
   IHandlerTable handlers,
   ILocalVariableTable locals
);

Parameters

start
The IInstructionStream refering to the first instruction of the generated stream. This should be changed if the effective start of the stream changes as a result of manipulation.
handlers
The handler table to use.
locals
The generated local variable table.

See Also

IMethodTranslator Interface | JaCIL.Compiler.Translator Namespace