Class HandleMissingConstantDefinitions

java.lang.Object
com.google.common.css.compiler.ast.DefaultTreeVisitor
com.google.common.css.compiler.passes.HandleMissingConstantDefinitions
All Implemented Interfaces:
AtRuleHandler, CssCompilerPass, CssTreeVisitor

public final class HandleMissingConstantDefinitions extends DefaultTreeVisitor implements CssCompilerPass
Compiler pass that throws an error for any CssConstantReferenceNode that do not have a corresponding CssDefinitionNode.