Interface ShapeVisitor<R>

Type Parameters:
R - Return type of the visitor.
All Known Implementing Classes:
NodeValidationVisitor, ShapeVisitor.Default

public interface ShapeVisitor<R>
Shape visitor pattern.
See Also: