public default R visit (Directive d, P p)

Visits any directive as if by passing itself to that directive's accept method.

Parameters:
d    the directive to visit
p    a visitor-specified parameter

Returns:  a visitor-specified result

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