public class

SubstitutionCollector

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

Class Overview

Collects all user-defined constant nodes in the stylesheet.

Summary

[Expand]
Inherited Fields
From class com.google.gwt.resources.css.ast.CssVisitor
Public Constructors
SubstitutionCollector()
Public Methods
void endVisit(CssUrl x, Context ctx)
void endVisit(CssEval x, Context ctx)
void endVisit(CssDef x, Context ctx)
Map<StringCssDef> getSubstitutions()
[Expand]
Inherited Methods
From class com.google.gwt.resources.css.ast.CssVisitor
From class java.lang.Object

Public Constructors

public SubstitutionCollector ()

Public Methods

public void endVisit (CssUrl x, Context ctx)

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

public void endVisit (CssEval x, Context ctx)

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

public void endVisit (CssDef x, Context ctx)

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

public Map<StringCssDef> getSubstitutions ()