Class DefCollectorVisitor

java.lang.Object
com.google.gwt.resources.css.ast.CssVisitor
com.google.gwt.resources.converter.DefCollectorVisitor

public class DefCollectorVisitor extends com.google.gwt.resources.css.ast.CssVisitor
GSS requires that constants are defined in upper case. This visitor will collect all existing constants, create the GSS compatible name of each constant and returns a mapping of all original names with the new generated name.

This visitor lists also all constant nodes.