public class

DefsCollector

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

Class Overview

Collects the names of all user-defined @def constants in the stylesheet.

Summary

[Expand]
Inherited Fields
From class com.google.gwt.resources.css.ast.CssVisitor
Public Constructors
DefsCollector()
Public Methods
void endVisit(CssDef x, Context ctx)
Set<String> getDefs()
[Expand]
Inherited Methods
From class com.google.gwt.resources.css.ast.CssVisitor
From class java.lang.Object

Public Constructors

public DefsCollector ()

Public Methods

public void endVisit (CssDef x, Context ctx)

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

public Set<String> getDefs ()