Interface NodeComparator
public interface NodeComparator
Compares two AST nodes for matcher purposes.
- Since:
- 2.5.0
-
Method Summary
-
Method Details
-
equals
Compares two AST nodes.- Parameters:
a- the first nodeb- the second node- Returns:
trueif the nodes are considered equal
-