assignType

open override fun assignType(other: ShakeType, scope: ShakeScope): ShakeType?(source)

Assigns a type to this entity.

Return

The resulting type after the assignment.

Parameters

other

The type to be assigned.

scope

The scope in which the assignment is happening.