|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jamon.codegen.AbstractStatementBlock
org.jamon.codegen.FlowControlBlock
public class FlowControlBlock
| Constructor Summary | |
|---|---|
FlowControlBlock(StatementBlock p_parent,
java.lang.String p_header,
org.jamon.api.Location p_location)
|
|
| Method Summary | |
|---|---|
void |
generateSource(CodeWriter p_writer,
TemplateDescriber p_describer)
Generate the java source corresponding to this statement, emitting the code to the specified writer. |
protected void |
printOpening(CodeWriter p_writer)
|
| Methods inherited from class org.jamon.codegen.AbstractStatementBlock |
|---|
addFragment, addOptionalArg, addRequiredArg, addStatement, canThrowIOException, getFragmentUnitIntf, getLocation, getParent, getParentUnit, getStatements, printStatements |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlowControlBlock(StatementBlock p_parent,
java.lang.String p_header,
org.jamon.api.Location p_location)
| Method Detail |
|---|
protected void printOpening(CodeWriter p_writer)
public void generateSource(CodeWriter p_writer,
TemplateDescriber p_describer)
throws ParserErrorImpl
Statement
generateSource in interface Statementp_writer - where to emit the java sourcep_describer - the TemplateDescriber to use
ParserErrorImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||