public class

ExternalClassesCollector

extends CssVisitor
java.lang.Object
   ↳ com.google.gwt.resources.css.ast.CssVisitor
     ↳ com.google.gwt.resources.css.ExternalClassesCollector

Class Overview

Collects all @external declarations in the stylesheet. This visitor will expand tail-globs.

Summary

Constants
String GLOB_STRING
[Expand]
Inherited Fields
From class com.google.gwt.resources.css.ast.CssVisitor
Public Constructors
ExternalClassesCollector()
Public Methods
void endVisit(CssExternalSelectors x, Context ctx)
void endVisit(CssSelector x, Context ctx)
SortedSet<String> getClasses()
[Expand]
Inherited Methods
From class com.google.gwt.resources.css.ast.CssVisitor
From class java.lang.Object

Constants

public static final String GLOB_STRING

Constant Value: "*"

Public Constructors

public ExternalClassesCollector ()

Public Methods

public void endVisit (CssExternalSelectors x, Context ctx)

Parameters
x the node being visited
ctx the context for the visit

public void endVisit (CssSelector x, Context ctx)

Parameters
x the node being visited
ctx the context for the visit

public SortedSet<String> getClasses ()