accept<R> abstract method

R accept<R>(
  1. ShapeVisitor<R> visitor, [
  2. Shape? parent
])

Implementation

R accept<R>(ShapeVisitor<R> visitor, [Shape? parent]);