Visits any directive as if by passing itself to that directive's accept method and passing null for the additional parameter.
accept
null
Parameters:
d
Returns: a visitor-specified result
@implSpec The default implementation is d.accept(v, null).
d.accept(v, null)
Diagram: Element