public class FlowControlBlock extends AbstractStatementBlock implements Statement
| Constructor and Description |
|---|
FlowControlBlock(StatementBlock parent,
String header,
org.jamon.api.Location location) |
| 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.
|
protected void |
printOpening(CodeWriter writer) |
addFragment, addOptionalArg, addRequiredArg, addStatement, doesIO, getFragmentUnitIntf, getLocation, getParent, getParentUnit, getStatements, printStatementspublic FlowControlBlock(StatementBlock parent, String header, org.jamon.api.Location location)
protected void printOpening(CodeWriter writer)
public void generateSource(CodeWriter writer, TemplateDescriber describer) throws ParserErrorImpl
StatementgenerateSource in interface Statementwriter - where to emit the java sourcedescriber - the TemplateDescriber to useParserErrorImplCopyright © 2003–2015 Jamon developers. All rights reserved.