Companion
Functions
Link copied to clipboard
fun addBootstrapStyler( bodyCode: A_RawFunction, atom: A_Atom, module: A_Module)
Content copied to clipboard
Create and add a bootstrap A_Styler in the method specified by the atom. If the method already has a styler, do nothing. Also do nothing if the bodyCode is not primitive, or its primitive doesn't specify a bootstrapStyler.
Link copied to clipboard
If the current Thread is an AvailThread, extract its AvailLoader, if any. Otherwise answer null.
Link copied to clipboard
fun forUnloading( runtime: AvailRuntime, module: A_Module, textInterface: TextInterface): AvailLoader
Content copied to clipboard
Create an AvailLoader suitable for unloading the specified module.
Link copied to clipboard
fun overrideStyle(original: StylerDescriptor.SystemStyle, replacement: StylerDescriptor.SystemStyle): (String?) -> String?
Content copied to clipboard
Answer a merge function that accepts an existing regional style and clobbers it with replacement iff the existing style is original. The resultant function is suitable for use with styleToken.