Companion

object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Given a primitive name, look it up and answer the Primitive if found, or null if not found.

Link copied to clipboard
fun splitClassName(className: String): List<String>

Split the fully qualified class name into its package parts with the last element in the list being the simple class name.