org.jamon.codegen
Class ChildCallStatement

java.lang.Object
  extended by org.jamon.codegen.ChildCallStatement
All Implemented Interfaces:
Statement

public class ChildCallStatement
extends java.lang.Object
implements Statement


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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

generateSource

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

Specified by:
generateSource in interface Statement
Parameters:
p_writer - where to emit the java source
p_describer - the TemplateDescriber to use


jamon