getFields

abstract fun getFields(name: String): List<ShakeAssignable>(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.