childField

open fun childField(name: String, scope: ShakeScope): ShakeField?(source)

Returns the field of the expression this."name" If the field is not found, this method should return null.

Return

The field of the child expression

Since

0.1.0

Parameters

name

The name of the child

scope

The scope in which the child is accessed