getClasses

abstract fun getClasses(name: String): List<ShakeClass>(source)

Retrieves all classes with the specified name within this scope.

Return

A list of classes with the specified name.

Parameters

name

The name of the classes to retrieve.