public abstract R visitUnknown (Element e, P p)

Visits an unknown kind of element. This can occur if the language evolves and new kinds of elements are added to the Element hierarchy.

Parameters:
e    the element to visit
p    a visitor-specified parameter

Returns:  a visitor-specified result

Exceptions:
UnknownElementException     a visitor implementation may optionally throw this exception