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, makeFragmentImplClasses
generateSourceLine, getLocation, getTemplateIdentifier
protected Unit getUnit()
protected String getFragmentIntfName(FragmentUnit fragmentUnitIntf)
getFragmentIntfName
in class AbstractCallStatement
public void generateSource(CodeWriter writer, TemplateDescriber describer) throws ParserErrorImpl
Statement
writer
- where to emit the java sourcedescriber
- the TemplateDescriber
to useParserErrorImpl
protected abstract String getDefault(OptionalArgument arg)
Copyright © 2003–2018 Jamon developers. All rights reserved.