public abstract class AbstractStatement extends Object implements Statement
Modifier | Constructor and Description |
---|---|
protected |
AbstractStatement(org.jamon.api.Location location,
String templateIdentifier) |
Modifier and Type | Method and Description |
---|---|
protected void |
generateSourceLine(CodeWriter writer) |
protected org.jamon.api.Location |
getLocation() |
protected String |
getTemplateIdentifier() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generateSource
protected AbstractStatement(org.jamon.api.Location location, String templateIdentifier)
protected final org.jamon.api.Location getLocation()
protected final String getTemplateIdentifier()
protected final void generateSourceLine(CodeWriter writer)
Copyright © 2003–2018 Jamon developers. All rights reserved.