Class DebugNodeProcessor

    • Constructor Detail

      • DebugNodeProcessor

        public DebugNodeProcessor​(NodeProcessor delegate)
        Creates a new DebugNodeProcessor, delegating all calls to the provided NodeProcessor.
        Parameters:
        delegate - The NodeProcessor to which all calls to this NodeProcessor will be delegated.
    • Method Detail

      • getAcceptedNodes

        public List<Node> getAcceptedNodes()
        Returns:
        The ordered List of Nodes accepted by the delegate NodeProcessor.