Home
last modified time | relevance | path

Searched refs:_children (Results 1 – 1 of 1) sorted by relevance

/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DSliceGroupBuilder.kt64 var _children: MutableList<MutableSliceGroup>? = null) : SliceGroup { variable in trebuchet.model.fragments.SliceGroupBuilder.MutableSliceGroup
70 get() = _children!!
85 if (_children == null) { in validate()
86 _children = EmptyChildren in validate()
91 if (_children == null) _children = mutableListOf() in add()
92 _children!!.add(child) in add()