accept abstract method

void accept(
  1. Visitor visitor
)

Implementation

void accept(Visitor visitor);