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, makeFragmentImplClasses
generateSourceLine, getLocation, getTemplateIdentifier
public void addFragmentImpl(FragmentUnit unit, ParserErrorsImpl errors)
addFragmentImpl
in interface CallStatement
addFragmentImpl
in class AbstractCallStatement
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
Copyright © 2003–2016 Jamon developers. All rights reserved.