Package com.google.gwt.libideas.resources.rg.CssResourceGenerator

Examples of com.google.gwt.libideas.resources.rg.CssResourceGenerator.RtlVisitor


  public void testNoFlip() throws UnableToCompleteException {
    test(TreeLogger.NULL, "noflip", true, makeVisitors());
  }

  private CssVisitor[] makeVisitors() {
    return new CssVisitor[] {new RtlVisitor(), new AliasDetector()};
  }
View Full Code Here

TOP

Related Classes of com.google.gwt.libideas.resources.rg.CssResourceGenerator.RtlVisitor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.