Class CollectAndRemoveConstantDefinitions

java.lang.Object
com.google.gwt.thirdparty.common.css.compiler.ast.DefaultTreeVisitor
com.google.gwt.thirdparty.common.css.compiler.passes.CollectConstantDefinitions
com.google.gwt.resources.gss.CollectAndRemoveConstantDefinitions
All Implemented Interfaces:
com.google.gwt.thirdparty.common.css.compiler.ast.AtRuleHandler, com.google.gwt.thirdparty.common.css.compiler.ast.CssCompilerPass, com.google.gwt.thirdparty.common.css.compiler.ast.CssTreeVisitor

public class CollectAndRemoveConstantDefinitions extends com.google.gwt.thirdparty.common.css.compiler.passes.CollectConstantDefinitions implements com.google.gwt.thirdparty.common.css.compiler.ast.CssCompilerPass
A pass that collects the constant definitions inside the tree. This pass removes the constant definitions during the collect.