Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen.util
Class PrettyPrinter

java.lang.Object
  extended by org.jboss.errai.codegen.util.PrettyPrinter

public class PrettyPrinter
extends Object

Author:
Mike Brock

Constructor Summary
PrettyPrinter()
           
 
Method Summary
static String prettyPrintJava(String input)
           
static int skipWhitespace(char[] expr, int cursor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrettyPrinter

public PrettyPrinter()
Method Detail

prettyPrintJava

public static String prettyPrintJava(String input)

skipWhitespace

public static int skipWhitespace(char[] expr,
                                 int cursor)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.