getClasses

open override fun getClasses(name: String): List<CreationShakeClass>(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.