org.jamon.codegen
Class FargCallStatement

java.lang.Object
  extended by org.jamon.codegen.AbstractStatement
      extended by org.jamon.codegen.AbstractCallStatement
          extended by org.jamon.codegen.FargCallStatement
All Implemented Interfaces:
CallStatement, Statement

public class FargCallStatement
extends AbstractCallStatement


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

addFragmentImpl

public void addFragmentImpl(FragmentUnit p_unit,
                            ParserErrorsImpl p_errors)
Specified by:
addFragmentImpl in interface CallStatement
Overrides:
addFragmentImpl in class AbstractCallStatement

getFragmentIntfName

protected java.lang.String getFragmentIntfName(FragmentUnit p_fragmentUnitIntf)
Specified by:
getFragmentIntfName in class AbstractCallStatement

generateSource

public void generateSource(CodeWriter p_writer,
                           TemplateDescriber p_describer)
                    throws ParserErrorImpl
Description copied from interface: Statement
Generate the java source corresponding to this statement, emitting the code to the specified writer.

Parameters:
p_writer - where to emit the java source
p_describer - the TemplateDescriber to use
Throws:
ParserErrorImpl


jamon