public class ComponentCallStatement 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 String |
getFragmentIntfName(FragmentUnit fragmentUnitIntf) |
protected int |
getGenericParamCount() |
protected String |
getGenericParams() |
protected boolean |
hasGenericParams() |
addFragmentImpl, checkSuppliedParams, generateFragmentParams, getParams, getPath, makeFragmentImplClassesgenerateSourceLine, getLocation, getTemplateIdentifierprotected 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 boolean hasGenericParams()
protected int getGenericParamCount()
protected String getGenericParams()
Copyright © 2003–2015 Jamon developers. All rights reserved.