com.google.gwt.resources.css.ast
Class CssExternalSelectors
java.lang.Object
com.google.gwt.resources.css.ast.CssNode
com.google.gwt.resources.css.ast.CssExternalSelectors
- All Implemented Interfaces:
- CssVisitable
public class CssExternalSelectors
- extends CssNode
An AST node that allows the developer to indicate that certain class
selectors appearing in the stylesheet should be considered external and not
subject to obfuscation requirements.
| Methods inherited from class com.google.gwt.resources.css.ast.CssNode |
toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CssExternalSelectors
public CssExternalSelectors()
getClasses
public java.util.Set<java.lang.String> getClasses()
traverse
public void traverse(CssVisitor visitor,
Context context)