Class CssPrinter

java.lang.Object
com.google.gwt.thirdparty.common.css.compiler.passes.UniformVisitor
com.google.gwt.thirdparty.common.css.compiler.passes.CodePrinter
com.google.gwt.thirdparty.common.css.compiler.passes.CompactPrinter
com.google.gwt.resources.gss.CssPrinter
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 CssPrinter extends com.google.gwt.thirdparty.common.css.compiler.passes.CompactPrinter
Visitor that converts the AST to a String that can be evaluated as a Java expression.

For example, the following GSS code