Processes the call/callvirt instructions. Namely, to indirect load the "this" parameter in the case of user defined value types, this also determines if the call is a super constructor call and delegates to ProcessSuperConstructorCall.
An implementation should override this if a different behavior is required.
MethodTranslator Class | JaCIL.Compiler.Standard.Translator Namespace