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

java.lang.Object
  extended by com.google.gwt.resources.css.ast.CssNode
      extended by com.google.gwt.resources.css.ast.CssNoFlip
All Implemented Interfaces:
CssVisitable, HasNodes

public class CssNoFlip
extends CssNode
implements HasNodes

This is a container node to prevent the RTL visitor from affecting its child nodes.


Constructor Summary
CssNoFlip()
           
 
Method Summary
 java.util.List<CssNode> getNodes()
           
 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

CssNoFlip

public CssNoFlip()
Method Detail

getNodes

public java.util.List<CssNode> getNodes()
Specified by:
getNodes in interface HasNodes

traverse

public void traverse(CssVisitor visitor,
                     Context context)
Specified by:
traverse in interface CssVisitable