Class ExtendedEliminateConditionalNodes

java.lang.Object
com.google.gwt.thirdparty.common.css.compiler.ast.DefaultTreeVisitor
com.google.gwt.thirdparty.common.css.compiler.passes.EliminateConditionalNodes
com.google.gwt.resources.gss.ExtendedEliminateConditionalNodes
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 ExtendedEliminateConditionalNodes extends com.google.gwt.thirdparty.common.css.compiler.passes.EliminateConditionalNodes implements com.google.gwt.thirdparty.common.css.compiler.ast.CssCompilerPass
A compiler pass that eliminates the conditional blocks for which the boolean expression does not evaluate to true.

This compiler pass does not deal with conditional nodes that need to be evaluated at runtime.