public abstract class AbstractCallStatement extends AbstractStatement implements CallStatement
Modifier and Type | Method and Description |
---|---|
void |
addFragmentImpl(FragmentUnit unit,
ParserErrorsImpl errors) |
protected void |
checkSuppliedParams() |
protected void |
generateFragmentParams(CodeWriter writer,
List<FragmentArgument> fragmentInterfaces) |
protected abstract String |
getFragmentIntfName(FragmentUnit p_fragmentUnitIntf) |
protected ParamValues |
getParams() |
protected String |
getPath() |
protected void |
makeFragmentImplClasses(List<FragmentArgument> fragmentInterfaces,
CodeWriter writer,
TemplateDescriber describer) |
generateSourceLine, getLocation, getTemplateIdentifier
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generateSource
public void addFragmentImpl(FragmentUnit unit, ParserErrorsImpl errors)
addFragmentImpl
in interface CallStatement
protected abstract String getFragmentIntfName(FragmentUnit p_fragmentUnitIntf)
protected void makeFragmentImplClasses(List<FragmentArgument> fragmentInterfaces, CodeWriter writer, TemplateDescriber describer) throws ParserErrorImpl
ParserErrorImpl
protected void generateFragmentParams(CodeWriter writer, List<FragmentArgument> fragmentInterfaces)
protected void checkSuppliedParams() throws ParserErrorImpl
ParserErrorImpl
protected final String getPath()
protected final ParamValues getParams()
Copyright © 2003–2014 Jamon developers. All rights reserved.