com.google.gwt.resources.css.ast
Class CssUnknownAtRule
java.lang.Object
com.google.gwt.resources.css.ast.CssNode
com.google.gwt.resources.css.ast.CssUnknownAtRule
- All Implemented Interfaces:
- CssVisitable
public class CssUnknownAtRule
- extends CssNode
Represents a CSS at-rule that CssResource is unable to process.
| 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 |
CssUnknownAtRule
public CssUnknownAtRule(java.lang.String rule)
getRule
public java.lang.String getRule()
- Returns the entire unprocessed at-rule declaration.
traverse
public void traverse(CssVisitor visitor,
Context context)