|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cruxframework.crux.core.rebind.AbstractProxyCreator.SourcePrinter
public static class AbstractProxyCreator.SourcePrinter
Printer for screen creation codes.
| Constructor Summary | |
|---|---|
AbstractProxyCreator.SourcePrinter(com.google.gwt.user.rebind.SourceWriter srcWriter,
com.google.gwt.core.ext.TreeLogger logger)
Constructor |
|
| Method Summary | |
|---|---|
void |
commit()
Flushes the printed code into a real output (file). |
void |
indent()
Indents the next line to be printed |
void |
outdent()
Outdents the next line to be printed |
void |
print(String s)
Prints an in-line code. |
void |
println()
|
void |
println(String s)
Prints a line of code into the output. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractProxyCreator.SourcePrinter(com.google.gwt.user.rebind.SourceWriter srcWriter,
com.google.gwt.core.ext.TreeLogger logger)
srcWriter - logger - | Method Detail |
|---|
public void commit()
public void indent()
public void outdent()
public void print(String s)
s - public void println(String s)
"{", indents the next line."}", "};" or "});", outdents the next line.
s - public void println()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||