up
Interface TreePredicate


public interface TreePredicate

A predicate for trees.


Method Summary
 boolean applies(Tree tree)
          Tests whether this predicate applies to the specified tree.
 

Method Detail

applies

boolean applies(Tree tree)
Tests whether this predicate applies to the specified tree.

Parameters:
tree - the tree on which to test this predicate
Returns:
true if and only if this predicate applies to the specified tree