public class FargCallStatement extends AbstractCallStatement
| Modifier and Type | Method and Description |
|---|---|
void |
addFragmentImpl(FragmentUnit unit,
ParserErrorsImpl errors) |
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) |
checkSuppliedParams, generateFragmentParams, getParams, getPath, makeFragmentImplClassesgenerateSourceLine, getLocation, getTemplateIdentifierpublic void addFragmentImpl(FragmentUnit unit, ParserErrorsImpl errors)
addFragmentImpl in interface CallStatementaddFragmentImpl in class AbstractCallStatementprotected 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 useParserErrorImplCopyright © 2003–2015 Jamon developers. All rights reserved.