public default R visit (Directive d)

Visits any directive as if by passing itself to that directive's accept method and passing null for the additional parameter.

Parameters:
d    the directive to visit

Returns:  a visitor-specified result

@implSpec The default implementation is d.accept(v, null).