MrKWatkins.Ast Help

UnorderedProcessor<TNode> Class

Definition

A Processor<TNode> that processes the nodes in a tree without caring about the order they are processed in.

public abstract class UnorderedProcessor<TNode> : Processor<TNode> where TNode : Node<TNode>

Type Parameters

Name

Description

TNode

The type of nodes in the tree.

Constructors

Name

Description

UnorderedProcessor()

Methods

Name

Description

ProcessNode(TNode)

Process the specified node.

ShouldProcessNode(TNode)

Override this method to optionally decide whether to process the specified node or not. Defaults to processing all nodes.

Last modified: 09 September 2024