public interface CodeGenerator
| Modifier and Type | Method and Description |
|---|---|
String |
getFileExtension() |
void |
write(Appendable output,
Iterable<VIEWCommandNode> views) |
void |
write(Appendable output,
VIEWCommandNode... views) |
String getFileExtension()
void write(Appendable output, VIEWCommandNode... views) throws IOException
IOExceptionvoid write(Appendable output, Iterable<VIEWCommandNode> views) throws IOException
IOExceptionCopyright © 2014. All rights reserved.