Companion

object Companion

Functions

Link copied to clipboard
fun primitiveByName(name: String): Primitive?

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

Properties

Link copied to clipboard
val holdersByClassName: Map<String, Primitive.PrimitiveHolder>

A map of all PrimitiveHolders, by class name.

Link copied to clipboard
val holdersByName: Map<String, Primitive.PrimitiveHolder>

A map of all PrimitiveHolders, by name.