o_TrueNamesForStringName

open override fun o_TrueNamesForStringName(self: AvailObject, stringName: A_String): A_Set

Check what true names are visible in this module under the given string name.

Return

The set of true names that have the given stringName and are visible in this module.

Parameters

self

The module.

stringName

A string whose corresponding true names are to be looked up in this module.