List of usage examples for com.google.gwt.resources.css.ast CssVisitor subclass-usage
From source file com.googlecode.mgwt.theme.server.ClassesCollectorVisitor.java
/** * A visitor that collects all classes of a style sheet. */ public class ClassesCollectorVisitor extends CssVisitor { private Set<String> allClasses = new HashSet<String>();