DEFAULT_STYLER
DEFAULT_STYLER("«default styler»", functionType(
tuple(
PhraseKind.PARSE_PHRASE.mostGeneralType),
Types.TOP.o), P_DefaultStyler)
Content copied to clipboard
The HookType for a hook that holds the A_Function to invoke when a method or macro send is ready to be styled (a top-level statement was parsed unambiguously, and this phrase's children have had their chance to apply styling), but the most specific method/macro definition being invoked does not specify its own styler.
Properties
Link copied to clipboard
A supplier of a default A_Function to use for this hook type.
Link copied to clipboard