org.jamon.codegen
Class AbstractStatement

java.lang.Object
  extended by org.jamon.codegen.AbstractStatement
All Implemented Interfaces:
Statement
Direct Known Subclasses:
AbstractCallStatement, LiteralStatement, RawStatement, WriteStatement

public abstract class AbstractStatement
extends java.lang.Object
implements Statement


Constructor Summary
protected AbstractStatement(org.jamon.api.Location p_location, java.lang.String p_templateIdentifier)
           
 
Method Summary
protected  void generateSourceLine(CodeWriter p_writer)
           
protected  org.jamon.api.Location getLocation()
           
protected  java.lang.String getTemplateIdentifier()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jamon.codegen.Statement
generateSource
 

Constructor Detail

AbstractStatement

protected AbstractStatement(org.jamon.api.Location p_location,
                            java.lang.String p_templateIdentifier)
Method Detail

getLocation

protected final org.jamon.api.Location getLocation()

getTemplateIdentifier

protected final java.lang.String getTemplateIdentifier()

generateSourceLine

protected final void generateSourceLine(CodeWriter p_writer)


jamon