getClass

abstract fun getClass(name: String): ShakeClass?(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.