JaCIL Framework API

MethodTranslator.TranslateInstructionStream Method 

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

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

Parameters

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

Implements

IMethodTranslator.TranslateInstructionStream

See Also

MethodTranslator Class | JaCIL.Compiler.Standard.Translator Namespace