org.jamon.codegen
Class LiteralStatement

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

public class LiteralStatement
extends AbstractStatement
implements Statement


Method Summary
 void appendText(java.lang.String p_text)
           
 void generateSource(CodeWriter p_writer, TemplateDescriber p_describer)
          Generate the java source corresponding to this statement, emitting the code to the specified writer.
 java.lang.String getText()
           
 
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

appendText

public void appendText(java.lang.String p_text)

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

getText

public java.lang.String getText()


jamon