JaCIL Framework API

MethodTranslator.ProcessSuperConstructorCall Method 

Processes calls to the super constructor. Namely, this is used for inserting the value type initialization context.

protected virtual void ProcessSuperConstructorCall(
   IInstructionStream callStream,
   ILocalVariableTable locals
);

Parameters

callStream
The instruction stream containing a call instruction.
locals
The local variable table mapping.

Remarks

An implementation should override this if a different behavior is required.

See Also

MethodTranslator Class | JaCIL.Compiler.Standard.Translator Namespace