mixin

PostProcessor

@Js
mixin PostProcessor

PostProcessors are run as the last step of parsing and provide an opportunity to inspect/modify the parsed AST before rendering.

methods process

Post-process this node and return the result (which may be a modified node)

process abstract Node process(Node node)

Post-process this node and return the result (which may be a modified node).

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST