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.6 ∙ 21-Jul-2026 09:48 EDT