Class ElseNodeCreator

java.lang.Object
com.google.gwt.resources.css.ast.CssVisitor
com.google.gwt.resources.converter.ExtendedCssVisitor
com.google.gwt.resources.converter.ElseNodeCreator

public class ElseNodeCreator extends ExtendedCssVisitor
The original Css parser doesn't create specific nodes for @elif and @else at-rules. That makes their conversion more difficult, especially for the @else at-rule.

The main goal of this visitor is to create specific nodes for these two at-rules in order to ease their conversion.