Interface AnchorGenerator
-
- All Known Implementing Classes:
NumberAnchorGenerator
public interface AnchorGenerator
Functional interface to define Anchor for dumping
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Anchor
nextAnchor(Node node)
Create anchor
-