getFields

abstract override fun getFields(name: String): List<CreationShakeAssignable>(source)

Retrieves all fields (variables) with the specified name within this scope.

Return

A list of fields with the specified name.

Parameters

name

The name of the fields to retrieve.