|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.rebind.core.TemplatesGenerator.TemplateToJavaSourceConverter
public static class TemplatesGenerator.TemplateToJavaSourceConverter
this class encapsulates all of the code to transform a single template into java source When the
convert() method is
called the generated source already contains a variable "StringBuilder sb"
initialized to a new instance
The convert() method should
generate source of the form
sb.append("some text");
if (true) {
sb.append("some more text");
}
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||