org.jamon.codegen
Class RawStatement

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

public class RawStatement
extends AbstractStatement


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 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

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.

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


jamon