Interface ConfigurationNodeWalker.VisitedNode<T extends ConfigurationNode>

Type Parameters:
T - The node type
Enclosing class:
ConfigurationNodeWalker

public static interface ConfigurationNodeWalker.VisitedNode<T extends ConfigurationNode>
Encapsulates a given node visited during a traversal.
  • Method Summary

    Modifier and Type Method Description
    @NonNull T getNode()
    Gets the node that was visited.
    @NonNull NodePath getPath()
    Gets the path of the node that was visited.