|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jamon.codegen.AbstractStatement
org.jamon.codegen.AbstractCallStatement
org.jamon.codegen.AbstractInnerUnitCallStatement
public abstract class AbstractInnerUnitCallStatement
| Method Summary | |
|---|---|
void |
generateSource(CodeWriter p_writer,
TemplateDescriber p_describer)
Generate the java source corresponding to this statement, emitting the code to the specified writer. |
protected abstract java.lang.String |
getDefault(OptionalArgument p_arg)
|
protected java.lang.String |
getFragmentIntfName(FragmentUnit p_fragmentUnitIntf)
|
protected Unit |
getUnit()
|
| Methods inherited from class org.jamon.codegen.AbstractCallStatement |
|---|
addFragmentImpl, checkSuppliedParams, generateFragmentParams, getParams, getPath, makeFragmentImplClasses |
| Methods inherited from class org.jamon.codegen.AbstractStatement |
|---|
generateSourceLine, getLocation, getTemplateIdentifier |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected Unit getUnit()
protected java.lang.String getFragmentIntfName(FragmentUnit p_fragmentUnitIntf)
getFragmentIntfName in class AbstractCallStatement
public void generateSource(CodeWriter p_writer,
TemplateDescriber p_describer)
throws ParserErrorImpl
Statement
p_writer - where to emit the java sourcep_describer - the TemplateDescriber to use
ParserErrorImplprotected abstract java.lang.String getDefault(OptionalArgument p_arg)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||