isRecursive

Indicates if this node must be constructed in two steps.

Two-step construction is required whenever a node is a child (direct or indirect) of it self. That is, if a recursive structure is build using anchors and aliases.

Set by org.snakeyaml.engine.v2.composer.Composer, used during the construction process.

Only relevant during loading.

Return

true if the node is self referenced.