Interface ShapeVisitor<R>

All Known Implementing Classes:
DebugShapeVisitor, GraphvizShapeVisitor, JSONShapeVisitor

public interface ShapeVisitor<R>
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • visitShape

      R visitShape(Shape shape)