public interface Statement
Statement represents a generatable java statement as translated from a template.| Modifier and Type | Method and Description |
|---|---|
void |
generateSource(CodeWriter writer,
TemplateDescriber describer)
Generate the java source corresponding to this statement, emitting the code to the specified
writer.
|
void generateSource(CodeWriter writer, TemplateDescriber describer) throws ParserErrorImpl
writer - where to emit the java sourcedescriber - the TemplateDescriber to useParserErrorImplCopyright © 2003–2015 Jamon developers. All rights reserved.