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, getTemplateIdentifierclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgenerateSourcepublic void addFragmentImpl(FragmentUnit unit, ParserErrorsImpl errors)
addFragmentImpl in interface CallStatementprotected abstract String getFragmentIntfName(FragmentUnit p_fragmentUnitIntf)
protected void makeFragmentImplClasses(List<FragmentArgument> fragmentInterfaces, CodeWriter writer, TemplateDescriber describer) throws ParserErrorImpl
ParserErrorImplprotected void generateFragmentParams(CodeWriter writer, List<FragmentArgument> fragmentInterfaces)
protected void checkSuppliedParams()
throws ParserErrorImpl
ParserErrorImplprotected final String getPath()
protected final ParamValues getParams()
Copyright © 2003–2015 Jamon developers. All rights reserved.