Class ChildrenGeneratorScope
-
- All Implemented Interfaces:
-
org.jetbrains.jewel.foundation.lazy.tree.TreeGeneratorScope
public final class ChildrenGeneratorScope<T extends Object> implements TreeGeneratorScope<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classChildrenGeneratorScope.ParentInfo
-
Field Summary
Fields Modifier and Type Field Description private final ChildrenGeneratorScope.ParentInfo<T>parent
-
Constructor Summary
Constructors Constructor Description ChildrenGeneratorScope(Tree.Element.Node<T> parentElement)
-
Method Summary
-
-
Constructor Detail
-
ChildrenGeneratorScope
ChildrenGeneratorScope(Tree.Element.Node<T> parentElement)
-
-
-
-