public abstract class AbstractInnerUnitCallStatement extends AbstractCallStatement
| 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 abstract String |
getDefault(OptionalArgument arg) |
protected String |
getFragmentIntfName(FragmentUnit fragmentUnitIntf) |
protected Unit |
getUnit() |
addFragmentImpl, checkSuppliedParams, generateFragmentParams, getParams, getPath, makeFragmentImplClassesgenerateSourceLine, getLocation, getTemplateIdentifierprotected Unit getUnit()
protected String getFragmentIntfName(FragmentUnit fragmentUnitIntf)
getFragmentIntfName in class AbstractCallStatementpublic void generateSource(CodeWriter writer, TemplateDescriber describer) throws ParserErrorImpl
Statementwriter - where to emit the java sourcedescriber - the TemplateDescriber to useParserErrorImplprotected abstract String getDefault(OptionalArgument arg)
Copyright © 2003–2015 Jamon developers. All rights reserved.