Pelzini

This is the code documentation for the Pelzini project

interface TreeNodeMatcher

The generic interface for classes which look for nodes that match specific conditions

Authors

Implemented by

public match

boolean match ( TreeNode $node );

Will return true if the node matches the specified condition, or false otherwise