Class ExtendedConditionalNodeVisitor

java.lang.Object
com.google.gwt.thirdparty.common.css.compiler.ast.DefaultTreeVisitor
com.google.gwt.resources.gss.ExtendedConditionalNodeVisitor
All Implemented Interfaces:
com.google.gwt.thirdparty.common.css.compiler.ast.AtRuleHandler, com.google.gwt.thirdparty.common.css.compiler.ast.CssTreeVisitor
Direct Known Subclasses:
BooleanConditionCollector, PermutationsCollector

public class ExtendedConditionalNodeVisitor extends com.google.gwt.thirdparty.common.css.compiler.ast.DefaultTreeVisitor
GSS doesn't visit the children of a CssConditionalRuleNode. The role of this class is to implement this behavior.