lastNode
This property contains the last node this handler has successfully processed. It is safe to call, even when parsing multiple TUs in parallel, since for each TU, a dedicated LanguageFrontend is spawned, and for each frontend, a dedicated set of Handlers is created. Within one TU, the processing is sequential in the AST order.