Class DefinitionPrintingVisitor<T>

  • Type Parameters:
    T - type of chunk id objects
    All Implemented Interfaces:
    AtRuleHandler, CssTreeVisitor

    public class DefinitionPrintingVisitor<T>
    extends DefaultTreeVisitor
    Printer for definition nodes, which outputs GSS definitions so that they can be re-parsed later.

    This pass can only be used if MapChunkAwareNodesToChunk pass has been run before. Otherwise this pass won't work.