getClass

abstract override fun getClass(name: String): CreationShakeClass?(source)

Retrieves a class by its name within this scope.

Return

The class if found, or null if not found.

Parameters

name

The name of the class to retrieve.


fun getClass(name: String, then: (CreationShakeClass) -> Unit)(source)