com.google.gwt.resources.css.ast
Class CssUnknownAtRule

java.lang.Object
  extended by com.google.gwt.resources.css.ast.CssNode
      extended by 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.


Constructor Summary
CssUnknownAtRule(java.lang.String rule)
           
 
Method Summary
 java.lang.String getRule()
          Returns the entire unprocessed at-rule declaration.
 void traverse(CssVisitor visitor, Context context)
           
 
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
 

Constructor Detail

CssUnknownAtRule

public CssUnknownAtRule(java.lang.String rule)
Method Detail

getRule

public java.lang.String getRule()
Returns the entire unprocessed at-rule declaration.


traverse

public void traverse(CssVisitor visitor,
                     Context context)