This default implementation for BodyPart nodes
calls VisitBodyPart(BodyPart). Override this
method to call into a more specific method on a derived visitor class
of the BodyPartVisitor class. However, it should still
support unknown visitors by calling
VisitBodyPart(BodyPart).