Interface ASTNodePredicate
public interface ASTNodePredicate
Predicate used to test AST nodes.
- Since:
- 2.5.0
-
Method Summary
-
Method Details
-
matches
Tests whether the supplied node matches.- Parameters:
node- the node to test- Returns:
trueif the node matches
-