|
||||||||||
| 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.FargCallStatement
public class FargCallStatement
| Method Summary | |
|---|---|
void |
addFragmentImpl(FragmentUnit p_unit,
ParserErrorsImpl p_errors)
|
void |
generateSource(CodeWriter p_writer,
TemplateDescriber p_describer)
Generate the java source corresponding to this statement, emitting the code to the specified writer. |
protected java.lang.String |
getFragmentIntfName(FragmentUnit p_fragmentUnitIntf)
|
| Methods inherited from class org.jamon.codegen.AbstractCallStatement |
|---|
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 |
|---|
public void addFragmentImpl(FragmentUnit p_unit,
ParserErrorsImpl p_errors)
addFragmentImpl in interface CallStatementaddFragmentImpl in class AbstractCallStatementprotected 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
ParserErrorImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||