Returns the list of class names defined in the class.
function getClassNames input TypeName class_ = $Code(AllLoadedClasses); input Boolean recursive = false; input Boolean qualified = false; input Boolean sort = false; input Boolean builtin = false "List also builtin classes if true"; input Boolean showProtected = false "List also protected classes if true"; input Boolean includeConstants = false "List also constants in the class if true"; output TypeName classNames[:]; end getClassNames;