newStyler

fun newStyler(function: A_Function, method: A_Method, module: A_Module): A_Styler

Create a new styler with the specified information. Make it Mutability.SHARED.

Return

The new styler, not yet installed.

Parameters

function

The function to run against a call site's send phrase and its transformed phrase, to generate styles.

method

The A_Method that will hold this styler.

module

The module in which this styler was defined.