Interface PathNode<T extends PathNode<T>>
-
- All Known Subinterfaces:
PathNodeEx<T>
public interface PathNode<T extends PathNode<T>>Abstract tree node element to use withAntPatternTreeMatcher.
To get better performance consider implementingPathNodeEx- Since:
- 9.1
- Author:
- sergey.pak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<T>getChildren()StringgetName()
-