MrKWatkins.Ast 0.9.135 Help

NodeProcessor<TBaseNode, TNode>.Process Method

Overloads

Name

Description

Process(TBaseNode)

Performs processing on the specified node if it is of type TNode. Does not process any descendents.

Process(TNode)

Performs processing on the specified node. Does not process any descendents.

Process(TBaseNode)

Performs processing on the specified node if it is of type TNode. Does not process any descendents.

public sealed override TBaseNode Process(TBaseNode node);

Parameters

Name

Type

Description

node

TBaseNode

The node to process.

Returns

TBaseNode

The root node of the tree, which may have been replaced.

Process(TNode)

Performs processing on the specified node. Does not process any descendents.

protected new abstract TBaseNode Process(TNode node);

Parameters

Name

Type

Description

node

TNode

The node to process.

Returns

TBaseNode

The root node of the tree, which may have been replaced.

Last modified: 10 March 2026