Interface VisitableMappingTree

All Superinterfaces:
MappingTree, MappingTreeView, MappingVisitor
All Known Implementing Classes:
MemoryMappingTree

public interface VisitableMappingTree extends MappingTree, MappingVisitor
MappingTree that can be visited.

Accessing data manipulating MappingTree methods during an ongoing visitation pass may lead to undefined behavior and data corruption.

Visited data isn't guaranteed to be available until the visitation pass is complete.