Class RecursionCollectingNodeItemVisitor

All Implemented Interfaces:
INodeItemVisitor<Void,Void>

public class RecursionCollectingNodeItemVisitor extends AbstractRecursionPreventingNodeItemVisitor<Void,Void>
Analyzes a Metaschema module to identify assembly definitions that are recursive.

This visitor traverses the module structure and tracks assembly definitions that contain themselves as descendants, collecting locations where recursion occurs.