DEFAULT_STYLER

DEFAULT_STYLER("«default styler»", functionType( tuple( PhraseKind.PARSE_PHRASE.mostGeneralType), Types.TOP.o), P_DefaultStyler)

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
val defaultFunctionSupplier: OnceSupplier<A_Function>

A supplier of a default A_Function to use for this hook type.

Link copied to clipboard
val functionType: A_Type

The A_Function that hooks of this type use.

Link copied to clipboard
val hookName: A_String

The name to attach to functions plugged into this hook.

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int