newBundle

fun newBundle(    methodName: A_Atom,     method: A_Method,     splitter: MessageSplitter): A_Bundle

Create a new message bundle for the given message. Add the bundle to the method's collection of owning bundles. Update the atom's (methodName's) bundle field to point to the new bundle. Also update the current loading module, if any, to be responsible for destruction of the bundle upon unloading.

Return

A new message bundle.

Parameters

methodName

The message name, an atom.

method

The method that this bundle represents.

splitter

A MessageSplitter for this message name.