public class

RtlVisitor

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

Class Overview

Applies RTL transforms to a stylesheet.

Summary

[Expand]
Inherited Fields
From class com.google.gwt.resources.css.ast.CssVisitor
Public Constructors
RtlVisitor()
Public Methods
void endVisit(CssProperty x, Context ctx)
boolean visit(CssNoFlip x, Context ctx)
boolean visit(CssRule x, Context ctx)
[Expand]
Inherited Methods
From class com.google.gwt.resources.css.ast.CssModVisitor
From class com.google.gwt.resources.css.ast.CssVisitor
From class java.lang.Object

Public Constructors

public RtlVisitor ()

Public Methods

public void endVisit (CssProperty x, Context ctx)

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

public boolean visit (CssNoFlip x, Context ctx)

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

public boolean visit (CssRule x, Context ctx)

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