public class LiteralStatement extends AbstractStatement
| Modifier and Type | Method and Description |
|---|---|
void |
appendText(String text) |
void |
generateSource(CodeWriter writer,
TemplateDescriber describer)
Generate the java source corresponding to this statement, emitting the code to the specified
writer.
|
String |
getText() |
generateSourceLine, getLocation, getTemplateIdentifierpublic void appendText(String text)
public void generateSource(CodeWriter writer, TemplateDescriber describer)
Statementwriter - where to emit the java sourcedescriber - the TemplateDescriber to usepublic String getText()
Copyright © 2003–2015 Jamon developers. All rights reserved.