Example usage for com.google.gwt.resources.css.ast CssVisitor subclass-usage

List of usage examples for com.google.gwt.resources.css.ast CssVisitor subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.resources.css.ast CssVisitor subclass-usage.

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>();