Visits an unknown directive. This can occur if the language evolves and new kinds of directive are added.
d | the directive to visit | |
p | a visitor-specified parameter |
UnknownDirectiveException | a visitor implementation may optionally throw this exception |
@implSpec The default implementation throws new UnknownDirectiveException(d, p)
.
Diagram: Element